diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-02-27 20:41:55 -0500 | 
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-02-27 20:49:01 -0500 | 
| commit | 1371e19e2bcaa128f9f709dcf234460bc92a70a6 (patch) | |
| tree | d528e8b08c1deb631aa0626150af9fb3dfaab9ac /runtime/doc/quickfix.txt | |
| parent | e0705021c10cba81d71de79de2f8bbebecd121a1 (diff) | |
| download | rneovim-1371e19e2bcaa128f9f709dcf234460bc92a70a6.tar.gz rneovim-1371e19e2bcaa128f9f709dcf234460bc92a70a6.tar.bz2 rneovim-1371e19e2bcaa128f9f709dcf234460bc92a70a6.zip  | |
vim-patch:42ebd06
Update runtime files.
https://github.com/vim/vim/commit/42ebd066422d73cdb7bda6a1dc828a3dd022dec8
Diffstat (limited to 'runtime/doc/quickfix.txt')
| -rw-r--r-- | runtime/doc/quickfix.txt | 17 | 
1 files changed, 14 insertions, 3 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index 0b7907e364..ec0b2cfef6 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1,4 +1,4 @@ -*quickfix.txt*  For Vim version 7.4.  Last change: 2016 Jul 07 +*quickfix.txt*  For Vim version 7.4.  Last change: 2016 Jul 17  		  VIM REFERENCE MANUAL    by Bram Moolenaar @@ -525,7 +525,7 @@ lists.  They set one of the existing error lists as the current one.  			list, an error message is given.  						*:lolder* *:lol* -:lol[der] [count]	Same as ":colder", except use the location list for +:lol[der] [count]	Same as `:colder`, except use the location list for  			the current window instead of the quickfix list.  						*:cnewer* *:cnew* *E381* @@ -534,9 +534,20 @@ lists.  They set one of the existing error lists as the current one.  			list, an error message is given.  						*:lnewer* *:lnew* -:lnew[er] [count]	Same as ":cnewer", except use the location list for +:lnew[er] [count]	Same as `:cnewer`, except use the location list for  			the current window instead of the quickfix list. +						*:chistory* *:chi* +:chi[story]		Show the list of error lists.  The current list is +			marked with ">".  The output looks like: +				  error list 1 of 3; 43 errors ~ +				> error list 2 of 3; 0 errors ~ +				  error list 3 of 3; 15 errors ~ + +						*:lhistory* *:lhi* +:lhi[story]		Show the list of location lists, otherwise like +			`:chistory`. +  When adding a new error list, it becomes the current list.  When ":colder" has been used and ":make" or ":grep" is used to add a new error  | 
