diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-20 21:08:34 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-20 21:08:34 +0100 |
commit | e18c0b39815c5a746887a509c2cd9f11fadaba07 (patch) | |
tree | b94b501fcc8394a958fb44844892333b8d2b774d /runtime/doc/quickfix.txt | |
parent | be6aa46c4d8948e164f7d181dc19ed2fc4818395 (diff) | |
download | vim-git-e18c0b39815c5a746887a509c2cd9f11fadaba07.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/quickfix.txt')
-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 3d42337c4..0ca314db1 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 Jan 21 +*quickfix.txt* For Vim version 7.4. Last change: 2016 Mar 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -56,6 +56,10 @@ The following quickfix commands can be used. The location list commands are similar to the quickfix commands, replacing the 'c' prefix in the quickfix command with 'l'. + *E924* +If the current window was closed by an |autocommand| while processing a +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 |