diff options
author | James McCoy <jamessan@jamessan.com> | 2016-11-12 08:06:58 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-11-15 23:16:08 -0500 |
commit | 7231438f124eff0ce0b9a8998ac7838abc094a8b (patch) | |
tree | ccca11f0c8cb5f332835bbe2489022f0e9a10ccd /runtime | |
parent | aba853a156229c7df6686a6592003b5075e79e2d (diff) | |
download | rneovim-7231438f124eff0ce0b9a8998ac7838abc094a8b.tar.gz rneovim-7231438f124eff0ce0b9a8998ac7838abc094a8b.tar.bz2 rneovim-7231438f124eff0ce0b9a8998ac7838abc094a8b.zip |
vim-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)
https://github.com/vim/vim/commit/ffec3c53496d49668669deabc0724ec78e2274fd
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/quickfix.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index 44d68c7b38..7c1fc30eba 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -53,6 +53,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 |