aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickfix.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-06-24 19:36:21 -0400
committerGitHub <noreply@github.com>2021-06-24 19:36:21 -0400
commit510ed996d2a92de527c70888208e3ad7ce157126 (patch)
tree44987c69a0895383ac639611e9acb68604a8e25a /runtime/doc/quickfix.txt
parent1e2fc1f9cd121ff16823e283a3dd074e668ce6b5 (diff)
parent9081cd30a5ffa2d6cb41cbb5990c4a5d68cf9b6c (diff)
downloadrneovim-510ed996d2a92de527c70888208e3ad7ce157126.tar.gz
rneovim-510ed996d2a92de527c70888208e3ad7ce157126.tar.bz2
rneovim-510ed996d2a92de527c70888208e3ad7ce157126.zip
Merge pull request #14886 from janlazo/vim-8.1.1437
vim-patch:8.1.{1437,2391},8.2.{1255,2185,2294,3033,3034,3037,3038,3043}
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 ebc7e2a1b4..563fb0c962 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -1919,7 +1919,10 @@ The function should return a single line of text to display in the quickfix
window for each entry from start_idx to end_idx. The function can obtain
information about the entries using the |getqflist()| function and specifying
the quickfix list identifier "id". For a location list, getloclist() function
-can be used with the 'winid' argument.
+can be used with the 'winid' argument. If an empty list is returned, then the
+default format is used to display all the entries. If an item in the returned
+list is an empty string, then the default format is used to display the
+corresponding entry.
If a quickfix or location list specific customization is needed, then the
'quickfixtextfunc' attribute of the list can be set using the |setqflist()| or