commit | a7583c42cd6b64fd276a5d7bb0db5ce7bfafa730 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 07 21:14:05 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 07 21:14:05 2022 +0100 |
tree | ee867b59f724d625198f985cb90cd84af7571b18 | |
parent | 249591057b4840785c50e41dd850efb8a8faf435 [diff] [blame] |
patch 8.2.4912: using execute() to define a lambda doesn't work Problem: Using execute() to define a lambda doesn't work. (Ernie Rael) Solution: Put the getline function in evalarg. (closes #10375)
diff --git a/src/version.c b/src/version.c index 6009972..ead455b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4912, +/**/ 4911, /**/ 4910,