]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1759: no mode char for terminal mapping from maparg() v8.1.1759
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Jul 2019 19:05:21 +0000 (21:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Jul 2019 19:05:21 +0000 (21:05 +0200)
commit14371ed69778107654e39268d0d90982e53ad6e0
treeda9a575a5b5f76b3ab1104aacb41d8734eb300e4
parentd5c8234517c18fa059b78f59eb96c35eda323dae
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)
src/getchar.c
src/testdir/test_maparg.vim
src/version.c