commit | 04b12697838b232b8b17c553ccc74cf1f1bdb81c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 04 23:24:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 04 23:24:44 2020 +0200 |
tree | 807ca437ea5737fadd91da6be6e1b7b0cf87006e | |
parent | 80a8d3889bf1341c47f1c88c59825f183b2b4753 [diff] [blame] |
patch 8.2.0695: Vim9: cannot define a function inside a function Problem: Vim9: cannot define a function inside a function. Solution: Initial support for :def inside :def.
diff --git a/src/version.c b/src/version.c index 982170e..da1a20f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 695, +/**/ 694, /**/ 693,