diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-12-24 14:35:23 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-12-24 14:35:23 +0000 |
commit | b5bf5b8fae9ff5e2f7704686efae2814be1e18f7 (patch) | |
tree | fcaa6e0f52dfd691d0c4796d34e402d46ce7c293 /runtime/doc/index.txt | |
parent | 1cd871b5341bf43ee99e136844e3131014880f92 (diff) | |
download | vim-b5bf5b8fae9ff5e2f7704686efae2814be1e18f7.zip |
updated for version 7.0024
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r-- | runtime/doc/index.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 86721d535..9350cf860 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 7.0aa. Last change: 2004 Nov 30 +*index.txt* For Vim version 7.0aa. Last change: 2004 Dec 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1141,6 +1141,7 @@ The commands are sorted on the non-optional part of their name. |:ex| :ex same as ":edit" |:execute| :exe[cute] execute result of expressions |:exit| :exi[t] same as ":xit" +|:exusage| :exu[sage] overview of Ex commands |:file| :f[ile] show or set the current file name |:files| :files list all files in the buffer list |:filetype| :filet[ype] switch file type detection on/off @@ -1399,6 +1400,7 @@ The commands are sorted on the non-optional part of their name. |:verbose| :verb[ose] execute command with 'verbose' set |:vertical| :vert[ical] make following command split vertically |:visual| :vi[sual] same as ":edit", but turns off "Ex" mode +|:viusage| :viu[sage] overview of Normal mode commands |:view| :vie[w] edit a file read-only |:vmap| :vm[ap] like ":map" but for Visual mode |:vmapclear| :vmapc[lear] remove all mappings for Visual mode |