Skip to content

Commit 2559a47

Browse files
committed
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.
1 parent 4a4981b commit 2559a47

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/testdir/test_mapping.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,8 @@ func Test_error_in_map_expr()
444444
endfunc
445445

446446
func Test_list_mappings()
447-
" Remove default Mac mapping
448-
silent! iunmap <D-v>
447+
" Remove default mappings
448+
imapclear
449449

450450
inoremap <C-M> CtrlM
451451
inoremap <A-S> AltS

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ static char *(features[]) =
753753

754754
static int included_patches[] =
755755
{ /* Add new patch number below this line */
756+
/**/
757+
2167,
756758
/**/
757759
2166,
758760
/**/

0 commit comments

Comments
 (0)