]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2216: Vim9: range with missing colon can be hard to spot v8.2.2216
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Dec 2020 18:25:45 +0000 (19:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Dec 2020 18:25:45 +0000 (19:25 +0100)
commit6e2c2c50bada4e3f5c7234902c0bdd64f66619ac
treefe876fd433cd8c47572574d05fdeb28eb375a653
parent56ce9ea3ea46529cac2fdf3151abfa0e1ae49bad
patch 8.2.2216: Vim9: range with missing colon can be hard to spot

Problem:    Vim9: range with missing colon can be hard to spot.
Solution:   Include the start of the range in the error. (closes #7543)
src/errors.h
src/ex_docmd.c
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9compile.c