]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1351: Vim9: no proper error if using namespace for nested function v8.2.1351
authorBram Moolenaar <Bram@vim.org>
Sat, 1 Aug 2020 20:35:13 +0000 (22:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 1 Aug 2020 20:35:13 +0000 (22:35 +0200)
commitbcbf41395f93aabd577a17dc4fbabe523d0a7ce8
tree9cc9270de87f65cb8ad127fb663ba937fcff9cf8
parentb9a2cac3ef293bfdfe80dea6c6d16d02b7af5435
patch 8.2.1351: Vim9: no proper error if using namespace for nested function

Problem:    Vim9: no proper error if using namespace for nested function.
Solution:   Specifically check for a namespace. (closes #6582)
src/testdir/test_vim9_func.vim
src/version.c
src/vim9compile.c