comparison runtime/doc/quickfix.txt @ 12499:d91cf2e26ef0

Update runtime files. commit https://github.com/vim/vim/commit/37c64c78fd87e086b5a945ad7032787c274e2dcb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 19 22:06:03 2017 +0200 Update runtime files.
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Sep 2017 22:15:06 +0200
parents fc3e2d5614dd
children e47e70300f30
comparison
equal deleted inserted replaced
12498:bf98d339b568 12499:d91cf2e26ef0
1 *quickfix.txt* For Vim version 8.0. Last change: 2017 Jun 13 1 *quickfix.txt* For Vim version 8.0. Last change: 2017 Sep 13
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
41 From inside Vim an easy way to run a command and handle the output is with the 41 From inside Vim an easy way to run a command and handle the output is with the
42 |:make| command (see below). 42 |:make| command (see below).
43 43
44 The 'errorformat' option should be set to match the error messages from your 44 The 'errorformat' option should be set to match the error messages from your
45 compiler (see |errorformat| below). 45 compiler (see |errorformat| below).
46
47 *quickfix-ID*
48 Each quickfix list has a unique identifier called the quickfix ID and this
49 number will not change within a Vim session. The getqflist() function can be
50 used to get the identifier assigned to a list.
51 46
52 *quickfix-ID* 47 *quickfix-ID*
53 Each quickfix list has a unique identifier called the quickfix ID and this 48 Each quickfix list has a unique identifier called the quickfix ID and this
54 number will not change within a Vim session. The getqflist() function can be 49 number will not change within a Vim session. The getqflist() function can be
55 used to get the identifier assigned to a list. There is also a quickfix list 50 used to get the identifier assigned to a list. There is also a quickfix list