aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-07-28 23:53:41 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-07-28 23:58:34 -0400
commiteaa2cd9f7c65a684267318a7cc46db64e3431dbb (patch)
tree680349c863ae79241d664e92d99655ee4e3a1d30 /runtime
parent91b8210779c11d5ff6c37929f67d76fd738987b5 (diff)
downloadrneovim-eaa2cd9f7c65a684267318a7cc46db64e3431dbb.tar.gz
rneovim-eaa2cd9f7c65a684267318a7cc46db64e3431dbb.tar.bz2
rneovim-eaa2cd9f7c65a684267318a7cc46db64e3431dbb.zip
vim-patch:8.0.0735: no indication that the quickfix window/buffer changed
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) https://github.com/vim/vim/commit/a8788f4d0b991f466b607c2c5bc6fd600bc78a97
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 f280286290..6939dd6836 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -423,7 +423,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