comparison src/version.c @ 23096:b6aadb0b3a56 v8.2.2094

patch 8.2.2094: when an expression fails getting next command may be wrong Commit: https://github.com/vim/vim/commit/d0fe620cbbf5f5e00446efa89893036265c5c302 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 5 17:11:12 2020 +0100 patch 8.2.2094: when an expression fails getting next command may be wrong Problem: When an expression fails getting the next command may be wrong. Solution: Do not check for a next command after :eval fails. (closes https://github.com/vim/vim/issues/7415)
author Bram Moolenaar <Bram@vim.org>
date Sat, 05 Dec 2020 17:15:03 +0100
parents 8b93aea8d9d7
children bdafc132a4a1
comparison
equal deleted inserted replaced
23095:211188403293 23096:b6aadb0b3a56
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2094,
753 /**/ 755 /**/
754 2093, 756 2093,
755 /**/ 757 /**/
756 2092, 758 2092,
757 /**/ 759 /**/