]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3123: Vim9: confusing error when using white space after option v8.2.3123
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Jul 2021 14:40:13 +0000 (16:40 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Jul 2021 14:40:13 +0000 (16:40 +0200)
commit1594f313452cf6ca88375d9c8f68605a9c3c8ab5
treef21489741747b0b2882d1b985ae1d9645e02e2c5
parent30441bb3d5fa73f888b09684db3f54ff5ab48dbc
patch 8.2.3123: Vim9: confusing error when using white space after option

Problem:    Vim9: confusing error when using white space after option, before
            one of "!&<".
Solution:   Give a specific error. (issue #8408)
src/errors.h
src/option.c
src/testdir/test_vim9_script.vim
src/version.c