changeset 18346:5b12fd0c39c3 v8.1.2167

patch 8.1.2167: mapping test fails on MS-Windows Commit: https://github.com/vim/vim/commit/2559a47823a6a7827631f2e6a0176d7afce2721c Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 16 23:33:12 2019 +0200 patch 8.1.2167: mapping test fails on MS-Windows Problem: Mapping test fails on MS-Windows. Solution: Remove all the existing Insert-mode mappings.
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Oct 2019 23:45:03 +0200
parents 36a844120cd6
children e4e6e0bfc526
files src/testdir/test_mapping.vim src/version.c
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_mapping.vim
+++ b/src/testdir/test_mapping.vim
@@ -444,8 +444,8 @@ func Test_error_in_map_expr()
 endfunc
 
 func Test_list_mappings()
-  " Remove default Mac mapping
-  silent! iunmap <D-v>
+  " Remove default mappings
+  imapclear
 
   inoremap <C-M> CtrlM
   inoremap <A-S> AltS
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2167,
+/**/
     2166,
 /**/
     2165,