diff src/version.c @ 18683:5ed740336224 v8.1.2333

patch 8.1.2333: with modifyOtherKeys CTRL-^ doesn't work Commit: https://github.com/vim/vim/commit/828ffd596394f714270a01a55fc3f949a8bd9b35 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 21 23:24:00 2019 +0100 patch 8.1.2333: with modifyOtherKeys CTRL-^ doesn't work Problem: With modifyOtherKeys CTRL-^ doesn't work. Solution: Handle the exception.
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Nov 2019 23:30:03 +0100
parents a13370d92f9d
children ff4174f1ed3a
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2333,
+/**/
     2332,
 /**/
     2331,