]> granicus.if.org Git - vim/commit
patch 9.0.1266: error for space before ": type" is inconsistent v9.0.1266
authorBram Moolenaar <Bram@vim.org>
Mon, 30 Jan 2023 21:12:34 +0000 (21:12 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 30 Jan 2023 21:12:34 +0000 (21:12 +0000)
commitce93d162da8de2419c15b63286e2f72a8fe3bf2d
treec71709142faa5d59491146cd89733016bc93217a
parentb8bebd0cd78679162228ee08265c9a5b3a409e1c
patch 9.0.1266: error for space before ": type" is inconsistent

Problem:    Error for space before ": type" is inconsistent.
Solution:   Give E1059 in more places. (closes #11868)
src/eval.c
src/evalvars.c
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9cmds.c
src/vim9compile.c