]> granicus.if.org Git - vim/commit
patch 8.2.2750: Vim9: error for using underscore in nested function v8.2.2750
authorBram Moolenaar <Bram@vim.org>
Sat, 10 Apr 2021 19:01:38 +0000 (21:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 10 Apr 2021 19:01:38 +0000 (21:01 +0200)
commitda479c7597a61c4d50c842df21c9294bd9bf1037
tree44a5cbf9c031551b9fcd79f69c727d2d7566f912
parentfe95b94ffa75c4925ad16c43f94092f2b1d35fc6
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)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c