diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-04 21:46:13 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-04 21:46:13 +0000 |
commit | d0131a8bd20b330a5ded49989ffc8b79e051dd9d (patch) | |
tree | 1d85786ed8a1b106cc200e2e8d574e1a7d370b27 /runtime/doc | |
parent | 0e34f6269eea9bc5c2d6f7a0350c8f57d9e3b13d (diff) | |
download | vim-d0131a8bd20b330a5ded49989ffc8b79e051dd9d.zip |
updated for version 7.0214
Diffstat (limited to 'runtime/doc')
-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 47477c1b9..a4ce0afe6 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 7.0aa. Last change: 2006 Feb 28 +*index.txt* For Vim version 7.0aa. Last change: 2006 Mar 04 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1420,6 +1420,7 @@ The commands are sorted on the non-optional part of their name. |:spelldump| :spelld[ump] split window and fill with all correct words |:spellgood| :spe[llgood] add good word for spelling |:spellrepall| :spellr[epall] replace all bad words like last |z=| +|:spellundo| :spellu[ndo] remove good or bad word |:spellwrong| :spellw[rong] add spelling mistake |:split| :sp[lit] split current window |:sprevious| :spr[evious] split window and go to previous file in the @@ -1444,6 +1445,7 @@ The commands are sorted on the non-optional part of their name. |:tNext| :tN[ext] jump to previous matching tag |:tabNext| :tabN[ext] go to previous tab page |:tabclose| :tabc[lose] close current tab page +|:tabdo| :tabdo execute command in each tab page |:tabedit| :tabe[dit] edit a file in a new tab page |:tabfind| :tabf[ind] find file in 'path', edit it in a new tab page |:tabfirst| :tabfir[st] got to first tab page |