]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0732: no check for white space before and after "=<<" v9.0.0732
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Oct 2022 11:58:54 +0000 (12:58 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Oct 2022 11:58:54 +0000 (12:58 +0100)
commitd987642626f84fe2f0b32a1ca5ede31b436ce677
tree60e9980364797a13d021a5ea50e2f2d5019d843f
parentaf40f9af335e0c8b167eac31ceace45b6a2e0565
patch 9.0.0732: no check for white space before and after "=<<"

Problem:    No check for white space before and after "=<<". (Doug Kearns)
Solution:   Check for white space in Vim9 script. (closes #11351)
src/evalvars.c
src/testdir/test_vim9_assign.vim
src/version.c