|
1 |
| -*quickfix.txt* For Vim version 9.1. Last change: 2025 Mar 11 |
| 1 | +*quickfix.txt* For Vim version 9.1. Last change: 2025 Apr 06 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -43,12 +43,12 @@ From inside Vim an easy way to run a command and handle the output is with the
|
43 | 43 | The 'errorformat' option should be set to match the error messages from your
|
44 | 44 | compiler (see |errorformat| below).
|
45 | 45 |
|
46 |
| - *quickfix-ID* |
| 46 | + *quickfix-stack* *quickfix-ID* |
47 | 47 | Each quickfix list has a unique identifier called the quickfix ID and this
|
48 | 48 | number will not change within a Vim session. The |getqflist()| function can be
|
49 | 49 | used to get the identifier assigned to a list. There is also a quickfix list
|
50 |
| -number which may change whenever more than ten lists are added to a quickfix |
51 |
| -stack. |
| 50 | +number which may change whenever more than 'chistory' lists are added to a |
| 51 | +quickfix stack. |
52 | 52 |
|
53 | 53 | *location-list* *E776*
|
54 | 54 | A location list is a window-local quickfix list. You get one after commands
|
@@ -860,10 +860,12 @@ using these functions are below:
|
860 | 860 | =============================================================================
|
861 | 861 | 3. Using more than one list of errors *quickfix-error-lists*
|
862 | 862 |
|
863 |
| -So far has been assumed that there is only one list of errors. Actually the |
864 |
| -ten last used lists are remembered. When starting a new list, the previous |
865 |
| -ones are automatically kept. Two commands can be used to access older error |
866 |
| -lists. They set one of the existing error lists as the current one. |
| 863 | +So far it has been assumed that there is only one list of errors. Actually |
| 864 | +there can be multiple used lists that are remembered; see 'chistory' and |
| 865 | +'lhistory'. |
| 866 | +When starting a new list, the previous ones are automatically kept. Two |
| 867 | +commands can be used to access older error lists. They set one of the |
| 868 | +existing error lists as the current one. |
867 | 869 |
|
868 | 870 | *:colder* *:col* *E380*
|
869 | 871 | :col[der] [count] Go to older error list. When [count] is given, do
|
|
0 commit comments