]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1828: not strict enough checking syntax of method invocation v8.1.1828
authorBram Moolenaar <Bram@vim.org>
Thu, 8 Aug 2019 19:10:01 +0000 (21:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Aug 2019 19:10:01 +0000 (21:10 +0200)
commit5184132ec015f5889a3195d911e609d214f06bed
tree9b879ab9af52ed54b66511924dec640ecdecc559
parent47ed553fd5bebfc36eb8aa81686eeaa5a84eccac
patch 8.1.1828: not strict enough checking syntax of method invocation

Problem:    Not strict enough checking syntax of method invocation.
Solution:   Check there is no white space inside ->method(.
runtime/doc/eval.txt
src/eval.c
src/testdir/test_method.vim
src/version.c