commit | da479c7597a61c4d50c842df21c9294bd9bf1037 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 21:01:38 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 10 21:01:38 2021 +0200 |
tree | 44a5cbf9c031551b9fcd79f69c727d2d7566f912 | |
parent | fe95b94ffa75c4925ad16c43f94092f2b1d35fc6 [diff] [blame] |
patch 8.2.2750: Vim9: error for using underscore in nested function Problem: Vim9: error for using underscore in nested function. Solution: Do not consider "_" already defined. (closes #8096)
diff --git a/src/version.c b/src/version.c index 7785ac3..ed22375 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2750, +/**/ 2749, /**/ 2748,