]> granicus.if.org Git - vim/commit
patch 8.2.1130: Vim9: bar not recognized after function call v8.2.1130
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 13:32:17 +0000 (15:32 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 13:32:17 +0000 (15:32 +0200)
commit788123c00c4b7acc4e6ba3e9f1cc8b175ae9aae8
tree40e46b4b57d58123aa92d26b087cb9da9fb46699
parente9f262bdff2defa248e5d40b6520251799581ea4
patch 8.2.1130: Vim9: bar not recognized after function call

Problem:    Vim9: bar not recognized after function call
Solution:   Skip whitespace. (closes #6391)
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9compile.c