diff src/version.c @ 23126:54ea295a9f67 v8.2.2109

patch 8.2.2109: "vim -" does not work well when modifyOtherKeys is enabled Commit: https://github.com/vim/vim/commit/8a3da6a368ca7e761939366e355528bccb6dffa3 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 8 19:18:37 2020 +0100 patch 8.2.2109: "vim -" does not work well when modifyOtherKeys is enabled Problem: "vim -" does not work well when modifyOtherKeys is enabled and a shell command is executed on startup. Solution: Only change modifyOtherKeys when executing a shell command in raw mode.
author Bram Moolenaar <Bram@vim.org>
date Tue, 08 Dec 2020 19:30:05 +0100
parents f8cd5a5e03c4
children 448da19cb3d5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2109,
+/**/
     2108,
 /**/
     2107,