commit | 0e65d3de0aeff00aa42ea899f1afd11f8b22b93e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 05 17:53:16 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 05 17:53:16 2020 +0200 |
tree | 195a1d055c36afcf3bfade5ea7ba9878f3720f6e | |
parent | 04b12697838b232b8b17c553ccc74cf1f1bdb81c [diff] [blame] |
patch 8.2.0696: Vim9: nested function does not work properly Problem: Vim9: nested function does not work properly Solution: Create a function reference. Check argument count.
diff --git a/src/version.c b/src/version.c index da1a20f..38755db 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 696, +/**/ 695, /**/ 694,