diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1529,
+/**/
     1528,
 /**/
     1527,