commit | 7cebe8ba7dd9a3a955e2da74014f11c42e1c6ac3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 23 14:22:16 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 23 14:22:16 2021 +0100 |
tree | 5ae0e69fe4197c75c29d673b41d4b8b6b68eef0e | |
parent | 9a562c184d98d82bb7506caf2071cfe15a92fa43 [diff] [blame] |
patch 8.2.2396: Vim9: no white space allowed before "->" Problem: Vim9: no white space allowed before "->". Solution: Allow for white space. (closes #7725)
diff --git a/src/version.c b/src/version.c index 7942e74..af1f7d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2396, +/**/ 2395, /**/ 2394,