diff src/version.c @ 29028:e0cf900448c1 v8.2.5036

patch 8.2.5036: using two counters for timeout check in NFA engine Commit: https://github.com/vim/vim/commit/305abc612330772615638b8a1aa3c51421c7a90b Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 28 11:08:40 2022 +0100 patch 8.2.5036: using two counters for timeout check in NFA engine Problem: Using two counters for timeout check in NFA engine. Solution: Use only one counter. Tune the counts based on guessing.
author Bram Moolenaar <Bram@vim.org>
date Sat, 28 May 2022 12:15:03 +0200
parents 5baf5e50049b
children f79cff615e69
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 */
 /**/
+    5036,
+/**/
     5035,
 /**/
     5034,