]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2811: Vim9: error for missing white space doesn't say where v8.2.2811
authorBram Moolenaar <Bram@vim.org>
Sun, 25 Apr 2021 14:35:55 +0000 (16:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 25 Apr 2021 14:35:55 +0000 (16:35 +0200)
commitb98cec28d95b2184c64a0646458c1e62deb2524b
tree9dc4f656f911af6f76a2a5b3ddffa5519d2ca156
parentd386e923c751f389b2ac038ff2cb7b40035f8cc6
patch 8.2.2811: Vim9: error for missing white space doesn't say where

Problem:    Vim9: error for missing white space doesn't say where it is
            missing
Solution:   Mention the command. (closes #8149)
src/errors.h
src/ex_docmd.c
src/testdir/test_vim9_cmd.vim
src/version.c