1
0
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:
Yegappan Lakshmanan
2021-12-26 21:54:43 +00:00
committed by Bram Moolenaar
parent c553a21e18
commit 27708e6c7b
9 changed files with 60 additions and 4 deletions

View File

@@ -405,6 +405,7 @@ func Test_printf_misc()
call assert_equal('[00000あiう]', printf('[%010.7S]', 'あiう'))
call assert_equal('1%', printf('%d%%', 1))
call assert_notequal('', printf('%p', "abc"))
END
call CheckLegacyAndVim9Success(lines)