summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-07-20 21:31:32 +0200
committerBram Moolenaar <Bram@vim.org>2020-07-20 21:31:32 +0200
commitd43906d2e5969288f239df851f5ad7b1dc2c7251 (patch)
treea3d3f8f6cefa3f05e63aa15445e3cb1bab03d3fb /runtime/doc/options.txt
parent470adb827f3d9e6cf62f685738d2db216daf3738 (diff)
patch 8.2.1255: cannot use a lambda with quickfix functionsv8.2.1255
Problem: Cannot use a lambda with quickfix functions. Solution: Add support for lambda. (Yegappan Lakshmanan, closes #6499)
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 71ee94b4e5..6a9e2ed0e8 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5913,7 +5913,8 @@ A jump table for the options with a short description can be found at |Q_op|.
customize the information displayed in the quickfix or location window
for each entry in the corresponding quickfix or location list. See
|quickfix-window-function| for an explanation of how to write the
- function and an example.
+ function and an example. The value can be the name of a function or a
+ lambda.
This option cannot be set from a |modeline| or in the |sandbox|, for
security reasons.