]> granicus.if.org Git - vim/commitdiff
patch 8.1.2167: mapping test fails on MS-Windows v8.1.2167
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Oct 2019 21:33:12 +0000 (23:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Oct 2019 21:33:12 +0000 (23:33 +0200)
Problem:    Mapping test fails on MS-Windows.
Solution:   Remove all the existing Insert-mode mappings.

src/testdir/test_mapping.vim
src/version.c

index d3ae6154117447f6e1a42eec9b89f009d22168fa..4ba3645981b61a88d6fbf1fb0b59c48b13fae36a 100644 (file)
@@ -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
index c7d0ace4890dda29446be3c45832463f9369b959..3bcd910c13ce700d71abd5b541716724242f9bd5 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2167,
 /**/
     2166,
 /**/