comparison src/optionstr.c @ 21409:2c40e60017a8 v8.2.1255

patch 8.2.1255: cannot use a lambda with quickfix functions Commit: https://github.com/vim/vim/commit/d43906d2e5969288f239df851f5ad7b1dc2c7251 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 20 21:31:32 2020 +0200 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 https://github.com/vim/vim/issues/6499)
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jul 2020 21:45:04 +0200
parents 3d73cdd173ab
children 9bb1c984c4da
comparison
equal deleted inserted replaced
21408:233bc1a5e828 21409:2c40e60017a8
2253 popup_close_info(); 2253 popup_close_info();
2254 } 2254 }
2255 # endif 2255 # endif
2256 #endif 2256 #endif
2257 2257
2258 #ifdef FEAT_QUICKFIX
2259 else if (varp == &p_qftf)
2260 {
2261 if (qf_process_qftf_option() == FALSE)
2262 errmsg = e_invarg;
2263 }
2264 #endif
2265
2258 // Options that are a list of flags. 2266 // Options that are a list of flags.
2259 else 2267 else
2260 { 2268 {
2261 p = NULL; 2269 p = NULL;
2262 if (varp == &p_ww) // 'whichwrap' 2270 if (varp == &p_ww) // 'whichwrap'