Mercurial > vim
comparison src/version.c @ 30795:b8cda1e1c985 v9.0.0732
patch 9.0.0732: no check for white space before and after "=<<"
Commit: https://github.com/vim/vim/commit/d987642626f84fe2f0b32a1ca5ede31b436ce677
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Oct 12 12:58:54 2022 +0100
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 https://github.com/vim/vim/issues/11351)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 12 Oct 2022 14:00:04 +0200 |
parents | 79a6c53a7539 |
children | 1213e3988168 |
comparison
equal
deleted
inserted
replaced
30794:d784ec592fbc | 30795:b8cda1e1c985 |
---|---|
697 NULL | 697 NULL |
698 }; | 698 }; |
699 | 699 |
700 static int included_patches[] = | 700 static int included_patches[] = |
701 { /* Add new patch number below this line */ | 701 { /* Add new patch number below this line */ |
702 /**/ | |
703 732, | |
702 /**/ | 704 /**/ |
703 731, | 705 731, |
704 /**/ | 706 /**/ |
705 730, | 707 730, |
706 /**/ | 708 /**/ |