forked from aniani/vim
patch 8.2.1255: cannot use a lambda with quickfix functions
Problem: Cannot use a lambda with quickfix functions. Solution: Add support for lambda. (Yegappan Lakshmanan, closes #6499)
This commit is contained in:
@@ -2255,6 +2255,14 @@ did_set_string_option(
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_QUICKFIX
|
||||
else if (varp == &p_qftf)
|
||||
{
|
||||
if (qf_process_qftf_option() == FALSE)
|
||||
errmsg = e_invarg;
|
||||
}
|
||||
#endif
|
||||
|
||||
// Options that are a list of flags.
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user