commit | 148be9bc1cca16ce47ad21563f5835682001f9a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 21:33:52 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 02 21:33:52 2021 +0100 |
tree | 6a677b39b0ea5e785562ce51bbb7fc08a7893d94 | |
parent | d5e8c92816f35ea1a9298084238a08f35958baa6 [diff] [blame] |
patch 8.2.2453: Vim9: a variable name with "->" in the next line doesn't work Problem: Vim9: a variable name with "->" in the next line doesn't work. Solution: Recognize a variable name by itself. (closes #7770)
diff --git a/src/version.c b/src/version.c index c5f21db..679f3a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2453, +/**/ 2452, /**/ 2451,