diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-23 22:47:08 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-23 22:47:08 +0000 |
commit | 7b5f8325ee8ecb93de52128303db5ecc4ffd430e (patch) | |
tree | 006f0afd7e3cf8226b4e78f2ce4bfd55ba1e61cd /runtime/doc/quickref.txt | |
parent | 8ab561d31e7b8492d942db8e1ce7379ecfbce4c0 (diff) | |
download | vim-git-7b5f8325ee8ecb93de52128303db5ecc4ffd430e.tar.gz |
updated for version 7.0232
Diffstat (limited to 'runtime/doc/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 8570a2b8b..c5f0c76f6 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -1,4 +1,4 @@ -*quickref.txt* For Vim version 7.0aa. Last change: 2006 Mar 18 +*quickref.txt* For Vim version 7.0aa. Last change: 2006 Mar 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -949,7 +949,9 @@ Short explanation of each option: *option-list* |:cprevious| :cp display the previous error |:clist| :cl list all errors |:cfile| :cf read errors from the file 'errorfile' +|:cgetbuffer| :cgetb like :cbuffer but don't jump to the first error |:cgetfile| :cg like :cfile but don't jump to the first error +|:cgetexpr| :cgete like :cexpr but don't jump to the first error |:caddfile| :caddf add errors from the error file to the current quickfix list |:caddexpr| :cad add errors from an expression to the current |