comparison src/version.c @ 25551:5ab75ca75d21 v8.2.3312

patch 8.2.3312: Vim9: after "if false" line breaks in expression not skipped Commit: https://github.com/vim/vim/commit/e525bdda3aa29f0ffcb18d8d16903ebafc2b5881 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 7 18:12:40 2021 +0200 patch 8.2.3312: Vim9: after "if false" line breaks in expression not skipped Problem: Vim9: after "if false" line breaks in expression not skipped. Solution: Do parse the expression. (closes https://github.com/vim/vim/issues/8723)
author Bram Moolenaar <Bram@vim.org>
date Sat, 07 Aug 2021 18:15:03 +0200
parents dc25589bfec0
children 8b5dc14345ce
comparison
equal deleted inserted replaced
25550:6934c5328627 25551:5ab75ca75d21
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3312,
758 /**/ 760 /**/
759 3311, 761 3311,
760 /**/ 762 /**/
761 3310, 763 3310,
762 /**/ 764 /**/