commit | 678b207fb111840fec1f0dc43910613ba106b90d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 26 21:10:11 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 26 21:10:11 2021 +0200 |
tree | c897c4e8f66da66dac4c1dec63b677038b48b19e | |
parent | ff34bee3a2d22f2ff7abd4519270b5518082c33d [diff] [blame] |
patch 8.2.3224: cannot call script-local function after :vim9cmd Problem: Cannot call script-local function after :vim9cmd. (Christian J. Robinson) Solution: Skip over "<SNR>123".
diff --git a/src/version.c b/src/version.c index 0f181ef..190059e 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3224, +/**/ 3223, /**/ 3222,