]> granicus.if.org Git - vim/commit
patch 8.2.3048: strange error for white space after ++ command v8.2.3048
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Jun 2021 19:31:09 +0000 (21:31 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Jun 2021 19:31:09 +0000 (21:31 +0200)
commit22480d147fe83cb31316d2dabc5c5f249477af15
tree41e23f9a7884b11073b1b4f0b76ca318b3560502
parentf3d30842dcc8ef4134da462bd4197ae2e2c6c0c1
patch 8.2.3048: strange error for white space after ++ command

Problem:    Strange error for white space after ++ command.
Solution:   Check for white space explicitly. (closes #8440)
src/errors.h
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9compile.c
src/vim9script.c