diff src/version.c @ 29010:36ef8d453ade v8.2.5027

patch 8.2.5027: error for missing :endif when an exception was thrown Commit: https://github.com/vim/vim/commit/bf79a4e48d09a5ae08645592885d54230fed30b8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 27 13:52:08 2022 +0100 patch 8.2.5027: error for missing :endif when an exception was thrown Problem: Error for missing :endif when an exception was thrown. (Dani Dickstein) Solution: Do not give an error when aborting. (closes #10490)
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 May 2022 15:00:04 +0200
parents 49d8b54802f3
children f9775679df1f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5027,
+/**/
     5026,
 /**/
     5025,