diff src/version.c @ 19421:208644ebdff8 v8.2.0268

patch 8.2.0268: trycatch test fails Commit: https://github.com/vim/vim/commit/40d9da2a4395025169ebaf53a63618adfa737e96 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 17 10:01:24 2020 +0100 patch 8.2.0268: trycatch test fails Problem: Trycatch test fails. Solution: When calling function fails only check for following command, do not give another error.
author Bram Moolenaar <Bram@vim.org>
date Mon, 17 Feb 2020 10:15:04 +0100
parents c6c9d91d8290
children f3e8e74cb747
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    268,
+/**/
     267,
 /**/
     266,