commit | a9dd2d3c759c1eafb9c0572c5707852ed3d38162 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 29 21:58:41 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 29 21:58:41 2019 +0200 |
tree | 17f2150b1a621409dde9fc50927eaaa01f46c9a6 | |
parent | a0e67fc1663c9d5317022ea3bf252e08574c9f6f [diff] [blame] |
patch 8.1.1239: key with byte sequence containing CSI does not work Problem: Key with byte sequence containing CSI does not work. Solution: Do not recognize CSI as special unless the GUI is active. (Ken Takata, closes #4318)
diff --git a/src/version.c b/src/version.c index f8a66a0..29a1f03 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1239, +/**/ 1238, /**/ 1237,