comparison 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
comparison
equal deleted inserted replaced
29009:04e5f52e0f72 29010:36ef8d453ade
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 5027,
737 /**/ 739 /**/
738 5026, 740 5026,
739 /**/ 741 /**/
740 5025, 742 5025,
741 /**/ 743 /**/