]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1851: Vim9: "!" followed by space incorrectly used v8.2.1851
authorBram Moolenaar <Bram@vim.org>
Thu, 15 Oct 2020 19:54:56 +0000 (21:54 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 15 Oct 2020 19:54:56 +0000 (21:54 +0200)
commit27491cd3ef86c10a2b64bcb657f29e1d0fccb183
tree2a0f6dd9c839f1f755d33e158fedf4a12de75ce0
parenta604ccc959c3bff88d3d5bc3c965819fc326d239
patch 8.2.1851: Vim9: "!" followed by space incorrectly used

Problem:    Vim9: "!" followed by space incorrectly used.
Solution:   Skip over trailing spaces. (closes #7131)
src/eval.c
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c