commit | a733042b124357225e4081e10ef28591236c6077 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 08 20:46:45 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 08 20:46:45 2021 +0200 |
tree | fefeb31a61e32faff8552fc30f32dd2422c15417 | |
parent | 445f11d5bcfddfa194ebd12b029228c7e957f94c [diff] [blame] |
patch 8.2.2964: Vim9: hang when using space after -> Problem: Vim9: hang when using space after ->. (Naohiro Ono) Solution: Skip over white space to find the function name. (closes #8341)
diff --git a/src/version.c b/src/version.c index cea97e8..de03654 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2964, +/**/ 2963, /**/ 2962,