commit | d987642626f84fe2f0b32a1ca5ede31b436ce677 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 12:58:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 12 12:58:54 2022 +0100 |
tree | 60e9980364797a13d021a5ea50e2f2d5019d843f | |
parent | af40f9af335e0c8b167eac31ceace45b6a2e0565 [diff] [blame] |
patch 9.0.0732: no check for white space before and after "=<<" Problem: No check for white space before and after "=<<". (Doug Kearns) Solution: Check for white space in Vim9 script. (closes #11351)
diff --git a/src/version.c b/src/version.c index b44101e..37d64fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 732, +/**/ 731, /**/ 730,