diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-26 22:16:34 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-26 22:16:34 +0000 |
commit | 6ab5b84db46cda76b11fbd1e6f7144b4bfe0e6a3 (patch) | |
tree | 4ff030699ef7f51332bf68caee8dbd655f77f3a9 /runtime/doc/index.txt | |
parent | d12f5c17be85407b7beb8622828ba6bc5903369e (diff) | |
download | vim-6ab5b84db46cda76b11fbd1e6f7144b4bfe0e6a3.zip |
updated for version 7.0188
Diffstat (limited to 'runtime/doc/index.txt')
-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 bf2fb15d0..919e27f9a 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 Jan 11 +*index.txt* For Vim version 7.0aa. Last change: 2006 Jan 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1236,7 +1236,7 @@ The commands are sorted on the non-optional part of their name. |:llist| :lli[st] list all locations |:lmap| :lm[ap] like ":map!" but includes Lang-Arg mode |:lmapclear| :lmapc[lear] like ":mapclear!" but includes Lang-Arg mode -|:lnext| :ln[ext] go to next location +|:lnext| :lne[xt] go to next location |:lnewer| :lnew[er] go to newer location list |:lnfile| :lnf[ile] go to first location in next file |:lnoremap| :ln[oremap] like ":noremap!" but includes Lang-Arg mode |