]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2214: ":e#" does not give a warning for missing white space v8.2.2214
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Dec 2020 16:36:27 +0000 (17:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Dec 2020 16:36:27 +0000 (17:36 +0100)
commitf8103f274e828bdc2dcbc4d857f166f25e0a855e
tree1b32ee2924c95ec74e740f8e70c1b62e3f505447
parent7cfcd0c99c485a973d8cbff939531e430ad77f55
patch 8.2.2214: ":e#" does not give a warning for missing white space

Problem:    ":e#" does not give a warning for missing white space.
Solution:   Adjust the check for white space. (closes #7545)
src/ex_docmd.c
src/testdir/test_vim9_script.vim
src/version.c