commit | 12eb2eb4d78828513d91e04b0e69550ed37a5932 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 15 22:57:09 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 15 22:57:09 2022 +0100 |
tree | 87ca8d96cf92c7864816df4a36987c24b293ebc9 | |
parent | 7714231bb5b15f7c85453f3945c108478de1d08a [diff] [blame] |
patch 8.2.4755: cannot use <SID>FuncRef in completion spec Problem: Cannot use <SID>FuncRef in completion spec. Solution: Dereference a function name in another way. (closes #10197)
diff --git a/src/version.c b/src/version.c index e833b78..017557e 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4755, +/**/ 4754, /**/ 4753,