diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 19:34:37 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-07 20:03:24 +0100 |
commit | 8c6168565cb5dade92f9da51c1c9e96882029eaa (patch) | |
tree | c6734e0d30bd065c32a2b0d1ab6a531b127c885f /runtime/doc/quickfix.txt | |
parent | ae569ea57b1df1b450803b6d23ab8c315dd72e72 (diff) | |
download | rneovim-8c6168565cb5dade92f9da51c1c9e96882029eaa.tar.gz rneovim-8c6168565cb5dade92f9da51c1c9e96882029eaa.tar.bz2 rneovim-8c6168565cb5dade92f9da51c1c9e96882029eaa.zip |
vim-patch:37c64c78fd87
Note: Ignored changes to matchit.vim in favor of faca81411628.
---
Update runtime files.
https://github.com/vim/vim/commit/37c64c78fd87e086b5a945ad7032787c274e2dcb
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index 4c9a68fa63..da167c0f5b 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -31,6 +31,13 @@ From inside Vim an easy way to run a command and handle the output is with the The 'errorformat' option should be set to match the error messages from your compiler (see |errorformat| below). + *quickfix-ID* +Each quickfix list has a unique identifier called the quickfix ID and this +number will not change within a Vim session. The getqflist() function can be +used to get the identifier assigned to a list. There is also a quickfix list +number which may change whenever more than ten lists are added to a quickfix +stack. + *location-list* *E776* A location list is a window-local quickfix list. You get one after commands like `:lvimgrep`, `:lgrep`, `:lhelpgrep`, `:lmake`, etc., which create a |