diff src/version.c @ 17522:e17cbc3e545d v8.1.1759

patch 8.1.1759: no mode char for terminal mapping from maparg() commit https://github.com/vim/vim/commit/14371ed69778107654e39268d0d90982e53ad6e0 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 27 21:05:21 2019 +0200 patch 8.1.1759: no mode char for terminal mapping from maparg() Problem: No mode char for terminal mapping from maparg(). Solution: Check for TERMINAL mode. (closes https://github.com/vim/vim/issues/4735)
author Bram Moolenaar <Bram@vim.org>
date Sat, 27 Jul 2019 21:15:05 +0200
parents 827d29c8f7e8
children 2b35e273392b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1759,
+/**/
     1758,
 /**/
     1757,