summaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-12 22:05:10 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-12 22:05:10 +0000
commit600dddcf66a3540017804a72f407d4c3d48b0cc6 (patch)
treefd1d38165c89fe9a8a60932217d3605d3981fcdd /runtime/doc/options.txt
parent1fc0046932ee51279fd1c0cdbfb7bbe3ae6c8171 (diff)
downloadvim-git-600dddcf66a3540017804a72f407d4c3d48b0cc6.tar.gz
updated for version 7.0222
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt24
1 files changed, 23 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 9fd66a1ba..52ae467b5 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.0aa. Last change: 2006 Mar 11
+*options.txt* For Vim version 7.0aa. Last change: 2006 Mar 12
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2044,6 +2044,28 @@ A jump table for the options with a short description can be found at |Q_op|.
Give messages when adding a cscope database. See |cscopeverbose|.
NOTE: This option is reset when 'compatible' is set.
+
+ *'cursorcolumn'* *'cuc'* *'nocursorcolumn'* *'nocuc'*
+'cursorcolumn' 'cuc' boolean (default off)
+ local to window
+ {not in Vi}
+ {not available when compiled without the |+syntax|
+ feature}
+ Highlight the screen column of the cursor with CursorColumn
+ |hl-CursorColumn|. Useful to align text. Will make screen redrawing
+ slower.
+
+ *'cursorline'* *'cul'* *'nocursorline'* *'nocul'*
+'cursorline' 'cul' boolean (default off)
+ local to window
+ {not in Vi}
+ {not available when compiled without the |+syntax|
+ feature}
+ Highlight the screen line of the cursor with CursorLine
+ |hl-CursorLine|. Useful to easily spot the cursor. Will make screen
+ redrawing slower.
+
+
*'debug'*
'debug' string (default "")
global