forked from aniani/vim
patch 8.2.3908: cannot use a script-local function for 'foldtext'
Problem: Cannot use a script-local function for 'foldtext'. Solution: Expand "s:" and "<SID>". (Yegappan Lakshmanan, closes #9411)
This commit is contained in:
committed by
Bram Moolenaar
parent
c553a21e18
commit
27708e6c7b
@@ -905,8 +905,6 @@ string_filter_map(
|
||||
set_vim_var_nr(VV_KEY, idx);
|
||||
if (filter_map_one(&tv, expr, filtermap, &newtv, &rem) == FAIL
|
||||
|| did_emsg)
|
||||
break;
|
||||
if (did_emsg)
|
||||
{
|
||||
clear_tv(&newtv);
|
||||
clear_tv(&tv);
|
||||
|
Reference in New Issue
Block a user