diff src/version.c @ 29283:fed16adfe353 v8.2.5159

patch 8.2.5159: fix for CTRL-key combinations causes problems Commit: https://github.com/vim/vim/commit/7bb6d56cfc8ac82dea323f6799a773d7fa3286a8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 25 13:48:25 2022 +0100 patch 8.2.5159: fix for CTRL-key combinations causes problems Problem: Fix for CTRL-key combinations causes more problems than it solves. Solution: Roll back the change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Jun 2022 15:00:03 +0200
parents cf881b3169ce
children 45af13649a34
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -736,6 +736,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5159,
+/**/
     5158,
 /**/
     5157,