1
0
forked from aniani/vim

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 #4735)
This commit is contained in:
Bram Moolenaar
2019-07-27 21:05:21 +02:00
parent d5c8234517
commit 14371ed697
3 changed files with 10 additions and 0 deletions

View File

@@ -777,6 +777,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1759,
/**/
1758,
/**/