summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-19 17:06:20 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-19 17:06:20 +0200
commita8788f4d0b991f466b607c2c5bc6fd600bc78a97 (patch)
tree7032ca522308bd2fbca33006d15ff8376c302830 /runtime
parentbf92e3a3719f255dbb30102ceb618e0eac7c9497 (diff)
downloadvim-git-a8788f4d0b991f466b607c2c5bc6fd600bc78a97.tar.gz
patch 8.0.0735: no indication that the quickfix window/buffer changedv8.0.0735
Problem: There is no way to notice that the quickfix window contents has changed. Solution: Increment b:changedtick when updating the quickfix window. (Yegappan Lakshmanan)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/quickfix.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index 0ca52aa06..e555451b5 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -425,7 +425,9 @@ EXECUTE A COMMAND IN ALL THE BUFFERS IN QUICKFIX OR LOCATION LIST:
which will indicate the command that produced the
quickfix list. This can be used to compose a custom
status line if the value of 'statusline' is adjusted
- properly.
+ properly. Whenever this buffer is modified by a
+ quickfix command or function, the |b:changedtick|
+ variable is incremented.
*:lop* *:lopen*
:lop[en] [height] Open a window to show the location list for the