comparison runtime/doc/quickfix.txt @ 8673:ed7251c3e2d3

commit https://github.com/vim/vim/commit/e18c0b39815c5a746887a509c2cd9f11fadaba07 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 20 21:08:34 2016 +0100 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Mar 2016 21:15:06 +0100
parents 41768bcebc9b
children 39d6e4f2f748
comparison
equal deleted inserted replaced
8672:7d1058fed5fb 8673:ed7251c3e2d3
1 *quickfix.txt* For Vim version 7.4. Last change: 2016 Jan 21 1 *quickfix.txt* For Vim version 7.4. Last change: 2016 Mar 19
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
53 list is destroyed. 53 list is destroyed.
54 54
55 The following quickfix commands can be used. The location list commands are 55 The following quickfix commands can be used. The location list commands are
56 similar to the quickfix commands, replacing the 'c' prefix in the quickfix 56 similar to the quickfix commands, replacing the 'c' prefix in the quickfix
57 command with 'l'. 57 command with 'l'.
58
59 *E924*
60 If the current window was closed by an |autocommand| while processing a
61 location list command, it will be aborted.
58 62
59 *:cc* 63 *:cc*
60 :cc[!] [nr] Display error [nr]. If [nr] is omitted, the same 64 :cc[!] [nr] Display error [nr]. If [nr] is omitted, the same
61 error is displayed again. Without [!] this doesn't 65 error is displayed again. Without [!] this doesn't
62 work when jumping to another buffer, the current buffer 66 work when jumping to another buffer, the current buffer