diff options
author | James McCoy <jamessan@jamessan.com> | 2017-12-18 23:52:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-18 23:52:06 -0500 |
commit | 53a530b2f54e69adb52d32718edf36df7c0b1b5b (patch) | |
tree | 5cca26337cd4853b088a6a9af0035b21f2556032 /runtime/doc/eval.txt | |
parent | 88863bb6ae5ce6409341a2cf4155d69210c319a4 (diff) | |
parent | 4d2d844c12e1a94a5d3cbe93794bb04ef6fb8377 (diff) | |
download | rneovim-53a530b2f54e69adb52d32718edf36df7c0b1b5b.tar.gz rneovim-53a530b2f54e69adb52d32718edf36df7c0b1b5b.tar.bz2 rneovim-53a530b2f54e69adb52d32718edf36df7c0b1b5b.zip |
Merge pull request #7747 from jamessan/vim-8.0.0565
vim-patch:8.0.0565,8.0.0574,8.0.0579,8.0.0580
Diffstat (limited to 'runtime/doc/eval.txt')
-rw-r--r-- | runtime/doc/eval.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index efc8775d0a..0b50340dee 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -6841,6 +6841,7 @@ setqflist({list} [, {action}[, {what}]]) *setqflist()* nr error number text description of the error type single-character error type, 'E', 'W', etc. + valid recognized error message The "col", "vcol", "nr", "type" and "text" entries are optional. Either "lnum" or "pattern" entry can be used to @@ -6850,6 +6851,8 @@ setqflist({list} [, {action}[, {what}]]) *setqflist()* item will not be handled as an error line. If both "pattern" and "lnum" are present then "pattern" will be used. + If the "valid" entry is not supplied, then the valid flag is + set when "bufnr" is a valid buffer or "filename" exists. If you supply an empty {list}, the quickfix list will be cleared. Note that the list is not exactly the same as what |