comparison src/version.c @ 20334:b774655968b4 v8.2.0722

patch 8.2.0722: Vim9: not handling constant expression for elseif Commit: https://github.com/vim/vim/commit/7f14155f422ffcc997fc5a0b635a20a4bafd2093 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 9 17:35:53 2020 +0200 patch 8.2.0722: Vim9: not handling constant expression for elseif Problem: Vim9: not handling constant expression for elseif. Solution: Use postponed constants. Delete the code for evaluating a constant expression.
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 May 2020 17:45:03 +0200
parents a407e243c55c
children 2fd980fb9ab3
comparison
equal deleted inserted replaced
20333:f4c695970c1f 20334:b774655968b4
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 722,
749 /**/ 751 /**/
750 721, 752 721,
751 /**/ 753 /**/
752 720, 754 720,
753 /**/ 755 /**/