diff src/version.c @ 32950:d415dfae6977 v9.0.1777

patch 9.0.1777: patch 9.0.1771 causes problems Commit: https://github.com/vim/vim/commit/be07caa071ea93c07b1b2204a17237133f38b2bd Author: Christian Brabandt <cb@256bit.org> Date: Sun Aug 20 22:26:15 2023 +0200 patch 9.0.1777: patch 9.0.1771 causes problems Problem: patch 9.0.1771 causes problems Solution: revert it Revert "patch 9.0.1771: regex: combining chars in collections not handled" This reverts commit ca22fc36a4e8a315f199893ee8ff6253573f5fbe. Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Aug 2023 22:30:03 +0200
parents 6e346800670c
children 1c143662a40d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1777,
+/**/
     1776,
 /**/
     1775,