comparison src/version.c @ 21959:67d4be2757b0 v8.2.1529

patch 8.2.1529: Vim9: :elseif may be compiled when not needed Commit: https://github.com/vim/vim/commit/749639ec7248740cd271f34ec5f7bb70891b459c Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 27 23:08:47 2020 +0200 patch 8.2.1529: Vim9: :elseif may be compiled when not needed Problem: Vim9: :elseif may be compiled when not needed. Solution: Do evaluate the :elseif expression.
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Aug 2020 23:15:04 +0200
parents 4343657b49fa
children 0ce86b015058
comparison
equal deleted inserted replaced
21958:d6f29ea3c947 21959:67d4be2757b0
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 1529,
757 /**/ 759 /**/
758 1528, 760 1528,
759 /**/ 761 /**/
760 1527, 762 1527,
761 /**/ 763 /**/