diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-23 20:55:42 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-23 20:55:42 +0100 |
commit | ffec3c53496d49668669deabc0724ec78e2274fd (patch) | |
tree | c6a1ae2246580463c724cefabc6c9d76b54588a1 /runtime | |
parent | 5f436fcf9960c95702820d5ac1b8b612995f6c04 (diff) | |
download | vim-ffec3c53496d49668669deabc0724ec78e2274fd.zip |
patch 7.4.1640
Problem: Crash when an autocommand changes a quickfix list. (Dominique)
Solution: Check wether an entry is still valid. (Yegappan Lakshmanan,
Hirohito Higashi)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/quickfix.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index 0ca314db1..a4c120863 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 Mar 19 +*quickfix.txt* For Vim version 7.4. Last change: 2016 Mar 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -60,6 +60,10 @@ command with 'l'. If the current window was closed by an |autocommand| while processing a location list command, it will be aborted. + *E925* *E926* +If the current quickfix or location list was changed by an |autocommand| while +processing a quickfix or location list command, it will be aborted. + *:cc* :cc[!] [nr] Display error [nr]. If [nr] is omitted, the same error is displayed again. Without [!] this doesn't |