comparison runtime/doc/quickfix.txt @ 26438:c725b8e17f1f

Update runtime files Commit: https://github.com/vim/vim/commit/4700398e384f38f752b432e187462f404b96847d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 5 21:54:04 2021 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Dec 2021 23:00:08 +0100
parents e69e7133c9cf
children 3e661b0cf500
comparison
equal deleted inserted replaced
26437:11441fe9dc13 26438:c725b8e17f1f
1 *quickfix.txt* For Vim version 8.2. Last change: 2021 May 22 1 *quickfix.txt* For Vim version 8.2. Last change: 2021 Dec 03
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
854 the current window instead of the quickfix list. 854 the current window instead of the quickfix list.
855 855
856 *:chistory* *:chi* 856 *:chistory* *:chi*
857 :[count]chi[story] Show the list of error lists. The current list is 857 :[count]chi[story] Show the list of error lists. The current list is
858 marked with ">". The output looks like: 858 marked with ">". The output looks like:
859 error list 1 of 3; 43 errors ~ 859 error list 1 of 3; 43 errors :make ~
860 > error list 2 of 3; 0 errors ~ 860 > error list 2 of 3; 0 errors :helpgrep tag ~
861 error list 3 of 3; 15 errors ~ 861 error list 3 of 3; 15 errors :grep ex_help *.c ~
862 862
863 When [count] is given, then the count'th quickfix 863 When [count] is given, then the count'th quickfix
864 list is made the current list. Example: > 864 list is made the current list. Example: >
865 " Make the 4th quickfix list current 865 " Make the 4th quickfix list current
866 :4chistory 866 :4chistory