diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-14 21:59:55 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-14 21:59:55 +0000 |
commit | 6496966ad1f64e6cb421adaec99143789de805c5 (patch) | |
tree | ecfdec797cce2689219d777f93f5377863b283f3 /runtime | |
parent | b2c2efa53ae0d7dd642ff132f7d374e2b517303d (diff) | |
download | vim-git-6496966ad1f64e6cb421adaec99143789de805c5.tar.gz |
updated for version 7.0170
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/index.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index bbd178d24..7c529364f 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 Dec 12 +*index.txt* For Vim version 7.0aa. Last change: 2005 Dec 14 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1354,7 +1354,7 @@ The commands are sorted on the non-optional part of their name. buffer list |:scriptnames| :scrip[tnames] list names of all sourced Vim scripts |:scriptencoding| :scripte[ncoding] encoding used in sourced Vim script -|:scscope| :scs[cope] split window and execute cscope command +|:scscope| :scs[cope] split window and execute cscope command |:set| :se[t] show or set options |:setfiletype| :setf[iletype] set 'filetype', unless it was set already |:setglobal| :setg[lobal] show global values of options @@ -1388,6 +1388,7 @@ The commands are sorted on the non-optional part of their name. |:stop| :st[op] suspend the editor or escape to a shell |:stag| :sta[g] split window and jump to a tag |:startinsert| :star[tinsert] start Insert mode +|:startgreplace| :startg[replace] start Virtual Replace mode |:startreplace| :startr[eplace] start Replace mode |:stopinsert|| :stopi[nsert] stop Insert mode |:stjump| :stj[ump] do ":tjump" and split window |