commit | bf79a4e48d09a5ae08645592885d54230fed30b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 27 13:52:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 27 13:52:08 2022 +0100 |
tree | c8f23736de29ca47b761ce2a6df2968b354548d1 | |
parent | 31d9948e3a2529c2f619d56bdb48291dc261233d [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 47eaf6b..3cc224e 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5027, +/**/ 5026, /**/ 5025,