diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-08-09 02:00:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-09 02:00:28 +0200 |
commit | 0478fb3b588e976eccc0cfe4897badf6f717614b (patch) | |
tree | 589d62f5adb4a36b0034c3654511ac5834533627 /runtime | |
parent | c7efc6047d9cae42657b37fd19f617843a2f6d2f (diff) | |
parent | eaa2cd9f7c65a684267318a7cc46db64e3431dbb (diff) | |
download | rneovim-0478fb3b588e976eccc0cfe4897badf6f717614b.tar.gz rneovim-0478fb3b588e976eccc0cfe4897badf6f717614b.tar.bz2 rneovim-0478fb3b588e976eccc0cfe4897badf6f717614b.zip |
Merge #8797 from janlazo/vim-8.0.0687
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/eval.txt | 3 | ||||
-rw-r--r-- | runtime/doc/quickfix.txt | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 7b5fc191e9..b3ab0a4500 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6914,7 +6914,8 @@ setqflist({list} [, {action}[, {what}]]) *setqflist()* title quickfix list title text Unsupported keys in {what} are ignored. If the "nr" item is not present, then the current quickfix list - is modified. + is modified. When creating a new quickfix list, "nr" can be + set to a value one greater than the quickfix stack size. Examples: > :call setqflist([], 'r', {'title': 'My search'}) 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 |