commit | 5184132ec015f5889a3195d911e609d214f06bed | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 08 21:10:01 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 08 21:10:01 2019 +0200 |
tree | 9b879ab9af52ed54b66511924dec640ecdecc559 | |
parent | 47ed553fd5bebfc36eb8aa81686eeaa5a84eccac [diff] [blame] |
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(.
diff --git a/src/version.c b/src/version.c index 4f8f152..9c6eccf 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1828, +/**/ 1827, /**/ 1826,