diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-09-13 21:09:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-09-13 21:09:24 +0000 |
commit | 5e0d6678adf1dfff841acdd7f7424d565e63fbcc (patch) | |
tree | 70d6fe095e7a4fc458b6efb2ce329925bf22a6a1 | |
parent | 6efa2b30f4315ac9c15e1e0bb91e31153ee583a4 (diff) | |
download | vim-git-5e0d6678adf1dfff841acdd7f7424d565e63fbcc.tar.gz |
updated for version 7.0146
-rw-r--r-- | runtime/doc/index.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 2607828ab..a432a560c 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 7.0aa. Last change: 2005 Aug 11 +*index.txt* For Vim version 7.0aa. Last change: 2005 Sep 13 VIM REFERENCE MANUAL by Bram Moolenaar @@ -150,7 +150,7 @@ commands in CTRL-X submode *i_CTRL-X_index* |i_CTRL-X_CTRL-K| CTRL-X CTRL-K complete identifiers from dictionary |i_CTRL-X_CTRL-L| CTRL-X CTRL-L complete whole lines |i_CTRL-X_CTRL-N| CTRL-X CTRL-N next completion -|i_CTRL-X_CTRL-O| CTRL-X CTRL-O occult completion +|i_CTRL-X_CTRL-O| CTRL-X CTRL-O omni completion |i_CTRL-X_CTRL-P| CTRL-X CTRL-P previous completion |i_CTRL-X_CTRL-S| CTRL-X CTRL-S spelling suggestions |i_CTRL-X_CTRL-T| CTRL-X CTRL-T complete identifiers from thesaurus |