]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2855: white space after "->" does not give E274 v8.2.2855
authorBram Moolenaar <Bram@vim.org>
Sat, 15 May 2021 18:06:58 +0000 (20:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 15 May 2021 18:06:58 +0000 (20:06 +0200)
commit0820f4de5872bfbdc25bf6cba6ec5646dbcec156
tree1025fd74d4fc5c3266a4f9fe93ee61ef0f61aadb
parent30e3de21fc36153c5f7c9cf9db90bcc60dd67fb9
patch 8.2.2855: white space after "->" does not give E274

Problem:    White space after "->" does not give E274.
Solution:   Do not skip white space in legacy script. (closes #8212)
src/eval.c
src/testdir/test_method.vim
src/version.c