summaryrefslogtreecommitdiffstats
path: root/runtime/doc/quickfix.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-06-04 20:20:29 +0200
committerBram Moolenaar <Bram@vim.org>2016-06-04 20:20:29 +0200
commit82af8710bf8d1caeeceafb1370a052cb7d92f076 (patch)
tree19794ae3a1140f200d86e8d0ec5cd7c6a8679858 /runtime/doc/quickfix.txt
parent82faa259cc42379f2a17d598a2a39d14048685b0 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r--runtime/doc/quickfix.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index a4c120863c..649eb1d90b 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 Mar 23
+*quickfix.txt* For Vim version 7.4. Last change: 2016 Jun 02
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -457,6 +457,9 @@ expression.
The BufWinEnter event is also triggered, again using "quickfix" for the buffer
name.
+Note: When adding to an existing quickfix list the autocommand are not
+triggered.
+
Note: Making changes in the quickfix window has no effect on the list of
errors. 'modifiable' is off to avoid making changes. If you delete or insert
lines anyway, the relation between the text and the error number is messed up.