comparison src/version.c @ 21957:4343657b49fa v8.2.1528

patch 8.2.1528: Vim9: :endif not found after "if false" Commit: https://github.com/vim/vim/commit/3988f64f9d512fd809d4a600b020638bf2c7d7ec Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 27 22:43:03 2020 +0200 patch 8.2.1528: Vim9: :endif not found after "if false" Problem: Vim9: :endif not found after "if false". Solution: When skipping still check for a following command. (closes https://github.com/vim/vim/issues/6797)
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Aug 2020 22:45:03 +0200
parents 3991a6df522e
children 67d4be2757b0
comparison
equal deleted inserted replaced
21956:40078db932ef 21957:4343657b49fa
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1528,
757 /**/ 759 /**/
758 1527, 760 1527,
759 /**/ 761 /**/
760 1526, 762 1526,
761 /**/ 763 /**/