comparison src/version.c @ 19415:90e24240904b v8.2.0265

patch 8.2.0265: "eval" after "if 0" doesn't check for following command Commit: https://github.com/vim/vim/commit/a76b31542e1d83b7d2fe7378439912e800a4d0f6 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 16 16:20:21 2020 +0100 patch 8.2.0265: "eval" after "if 0" doesn't check for following command Problem: "eval" after "if 0" doesn't check for following command. Solution: Add "eval" to list of commands that check for a following command. (closes #5640)
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Feb 2020 16:30:03 +0100
parents 85e8bee2e3e2
children 21eefaf6bc5b
comparison
equal deleted inserted replaced
19414:f6d002d10166 19415:90e24240904b
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 265,
745 /**/ 747 /**/
746 264, 748 264,
747 /**/ 749 /**/
748 263, 750 263,
749 /**/ 751 /**/