]> granicus.if.org Git - vim/commit
patch 8.2.4117: Vim9: wrong white space error after using imported item v8.2.4117
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2022 21:18:53 +0000 (21:18 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2022 21:18:53 +0000 (21:18 +0000)
commit47036b6bd7e5a0b38f093d9f0630f054b04fa68e
treea6420a344a12e688f03ca350e895a082b42ea8f1
parentc73499351aef8b611b13c70ef8706a7e98df67a8
patch 8.2.4117: Vim9: wrong white space error after using imported item

Problem:    Vim9: wrong white space error after using imported item.
Solution:   Don't skip over white space. (closes #9544)
src/eval.c
src/testdir/test_vim9_import.vim
src/version.c