diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-03-08 10:01:03 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-03-08 10:01:03 +0000 |
commit | 6cbce9d0dbee50dccf8173d0a94bebdd051c9330 (patch) | |
tree | 3fd0f4a070df54b0884944481012d019668e37f1 /runtime/doc/quickfix.txt | |
parent | 454ec05a47bf1ddd66f59540535cf10ece45c4f2 (diff) | |
download | vim-git-6cbce9d0dbee50dccf8173d0a94bebdd051c9330.tar.gz |
updated for version 7.0-210v7.0.210
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index 73a34be0f..7759f1895 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1,4 +1,4 @@ -*quickfix.txt* For Vim version 7.0. Last change: 2006 Apr 30 +*quickfix.txt* For Vim version 7.0. Last change: 2006 Jul 18 VIM REFERENCE MANUAL by Bram Moolenaar @@ -178,15 +178,16 @@ command with 'l'. current window is used instead of the quickfix list. *:cb* *:cbuffer* *E681* -:cb[uffer] [bufnr] Read the error list from the current buffer. +:cb[uffer][!] [bufnr] Read the error list from the current buffer. When [bufnr] is given it must be the number of a loaded buffer. That buffer will then be used instead of the current buffer. A range can be specified for the lines to be used. Otherwise all lines in the buffer are used. + See |:cc| for [!]. *:lb* *:lbuffer* -:lb[uffer] [bufnr] Same as ":cbuffer", except the location list for the +:lb[uffer][!] [bufnr] Same as ":cbuffer", except the location list for the current window is used instead of the quickfix list. *:cgetb* *:cgetbuffer* |