diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-11 21:27:59 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-11 21:27:59 +0000 |
commit | 96d2c5b5be2101aa421545fc62373699d1ec8f7f (patch) | |
tree | ba5c4b527626607a8c1f3339ea2afd2de39f831b /runtime | |
parent | 838bb719927b083f6ddaa32b2164223c386320f4 (diff) | |
download | vim-96d2c5b5be2101aa421545fc62373699d1ec8f7f.zip |
updated for version 7.0221
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 9 | ||||
-rw-r--r-- | runtime/doc/tags | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 61ce342cc..9fd66a1ba 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 08 +*options.txt* For Vim version 7.0aa. Last change: 2006 Mar 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1622,7 +1622,7 @@ A jump table for the options with a short description can be found at |Q_op|. *'completeopt'* *'cot'* -'completeopt' 'cot' string (default: "menu") +'completeopt' 'cot' string (default: "menu,preview") global {not in Vi} A comma separated list of options for Insert mode completion @@ -1637,10 +1637,13 @@ A jump table for the options with a short description can be found at |Q_op|. match, e.g., what file it comes from. longest Only insert the longest common text of the matches. Use - CTRL-L to add more characters. Whether case is ignored + CTRL-L to add more characters. Whether case is ignored depends on the kind of completion. For buffer text the 'ignorecase' option is used. + preview Show extra information about the currently selected + completion in the preview window. + *'confirm'* *'cf'* *'noconfirm'* *'nocf'* 'confirm' 'cf' boolean (default off) diff --git a/runtime/doc/tags b/runtime/doc/tags index 8f1aeffe1..c4bdd7f5a 100644 --- a/runtime/doc/tags +++ b/runtime/doc/tags @@ -1172,6 +1172,10 @@ $VIMRUNTIME starting.txt /*$VIMRUNTIME* --remote-expr remote.txt /*--remote-expr* --remote-send remote.txt /*--remote-send* --remote-silent remote.txt /*--remote-silent* +--remote-tab remote.txt /*--remote-tab* +--remote-tab-silent remote.txt /*--remote-tab-silent* +--remote-tab-wait remote.txt /*--remote-tab-wait* +--remote-tab-wait-silent remote.txt /*--remote-tab-wait-silent* --remote-wait remote.txt /*--remote-wait* --remote-wait-silent remote.txt /*--remote-wait-silent* --role starting.txt /*--role* |