commit | 60faf8656e1a100778bf7cd4d305380fb852d540 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 23 22:22:45 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 23 22:22:45 2021 +0200 |
tree | 2f15a1b30b3eabd41bd1c64267f9798e7879801f | |
parent | 6b36d2a16d7931bac82ef8b5654c68ac456b24bf [diff] [blame] |
patch 8.2.3370: Vim9: no check for white space before type in declaration Problem: Vim9: no check for white space before type in declaration. (Naohiro Ono) Solution: Check for white space like in a compiled function. (closes #8785)
diff --git a/src/version.c b/src/version.c index aa5d02a..c5142d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3370, +/**/ 3369, /**/ 3368,