diff src/version.c @ 25451:6f2384c064e4 v8.2.3262

patch 8.2.3262: build failure when ABORT_ON_INTERNAL_ERROR is defined Commit: https://github.com/vim/vim/commit/9e0ee590197d74f94b7127bf0e033e4f83cf3762 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 31 22:17:28 2021 +0200 patch 8.2.3262: build failure when ABORT_ON_INTERNAL_ERROR is defined Problem: Build failure when ABORT_ON_INTERNAL_ERROR is defined. Solution: Adjust how estack_len_before is used.
author Bram Moolenaar <Bram@vim.org>
date Sat, 31 Jul 2021 22:30:02 +0200
parents 5dce28f92d04
children 21b70bab366c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -756,6 +756,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3262,
+/**/
     3261,
 /**/
     3260,