commit | 27708e6c7b6f444fd599f3dc5015336b002b874d | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Dec 26 21:54:43 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 26 21:54:43 2021 +0000 |
tree | ca58fb2aa05c18a8149600a23c08603a19e02caa | |
parent | c553a21e189aa440515a19c5b25f8b6b50c5d53d [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7b8b0a6..64086c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3908, +/**/ 3907, /**/ 3906,