commit | 8bb65f230d3025037f34021a72616038da0601ee | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sun Dec 26 10:51:39 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 26 10:51:39 2021 +0000 |
tree | 1edaf57b7fbe5e3c30a174026f5389f8b98b7376 | |
parent | ec86520f946a40d5c4a92d6a11d6928faa13abd4 [diff] [blame] |
patch 8.2.3900: it is not easy to use a script-local function for an option Problem: It is not easy to use a script-local function for an option. Solution: recognize s: and <SID> at the start of the expression. (Yegappan Lakshmanan, closes #9401)
diff --git a/src/version.c b/src/version.c index 260182b..1ada856 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3900, +/**/ 3899, /**/ 3898,