comparison src/version.c @ 20318:3cbcee39fc5c v8.2.0714

patch 8.2.0714: Vim9: handling constant expression does not scale Commit: https://github.com/vim/vim/commit/f0eefce93bb06037a2d45e7ea8c0ad6f1f714151 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 7 22:19:01 2020 +0200 patch 8.2.0714: Vim9: handling constant expression does not scale Problem: Vim9: handling constant expression does not scale. Solution: Use another solution, passint typval_T.
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 May 2020 22:30:03 +0200
parents 190ffc6453d4
children e501e32a892f
comparison
equal deleted inserted replaced
20317:2334bf788e8a 20318:3cbcee39fc5c
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 714,
749 /**/ 751 /**/
750 713, 752 713,
751 /**/ 753 /**/
752 712, 754 712,
753 /**/ 755 /**/