comparison runtime/doc/quickfix.txt @ 9227:ecb621205ed1

commit https://github.com/vim/vim/commit/82af8710bf8d1caeeceafb1370a052cb7d92f076 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 4 20:20:29 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Jun 2016 20:30:06 +0200
parents 39d6e4f2f748
children b398e4e12751
comparison
equal deleted inserted replaced
9226:b3b95960970d 9227:ecb621205ed1
1 *quickfix.txt* For Vim version 7.4. Last change: 2016 Mar 23 1 *quickfix.txt* For Vim version 7.4. Last change: 2016 Jun 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
454 This prepends the line number to each line. Note the use of "\=" in the 454 This prepends the line number to each line. Note the use of "\=" in the
455 substitute string of the ":s" command, which is used to evaluate an 455 substitute string of the ":s" command, which is used to evaluate an
456 expression. 456 expression.
457 The BufWinEnter event is also triggered, again using "quickfix" for the buffer 457 The BufWinEnter event is also triggered, again using "quickfix" for the buffer
458 name. 458 name.
459
460 Note: When adding to an existing quickfix list the autocommand are not
461 triggered.
459 462
460 Note: Making changes in the quickfix window has no effect on the list of 463 Note: Making changes in the quickfix window has no effect on the list of
461 errors. 'modifiable' is off to avoid making changes. If you delete or insert 464 errors. 'modifiable' is off to avoid making changes. If you delete or insert
462 lines anyway, the relation between the text and the error number is messed up. 465 lines anyway, the relation between the text and the error number is messed up.
463 If you really want to do this, you could write the contents of the quickfix 466 If you really want to do this, you could write the contents of the quickfix