diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-12 21:52:47 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-12 21:52:47 +0000 |
commit | 60f8377e42e98e5cc1cb96a1ae4e073742ab261a (patch) | |
tree | c06d72a31aa304024b9607af23e92b3712a8b17b /runtime | |
parent | f71a3db47e928aaeea83c7bea011188d4898d249 (diff) | |
download | vim-git-60f8377e42e98e5cc1cb96a1ae4e073742ab261a.tar.gz |
updated for version 7.0222
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/quickref.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 7175a5b18..f27febf39 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 7.0aa. Last change: 2006 Mar 10 +*quickref.txt* For Vim version 7.0aa. Last change: 2006 Mar 12 VIM REFERENCE MANUAL by Bram Moolenaar @@ -646,6 +646,8 @@ Short explanation of each option: *option-list* 'cscopetag' 'cst' use cscope for tag commands 'cscopetagorder' 'csto' determines ":cstag" search order 'cscopeverbose' 'csverb' give messages when adding a cscope database +'cursorcolumn' 'cuc' highlight the screen column of the cursor +'cursorline' 'cul' highlight the screen line of the cursor 'debug' set to "msg" to see all error messages 'define' 'def' pattern to be used to find a macro definition 'delcombine' 'deco' delete combining characters on their own |