Skip to content

Commit

Permalink
patch 8.1.2167: mapping test fails on MS-Windows
Browse files Browse the repository at this point in the history
Problem:    Mapping test fails on MS-Windows.
Solution:   Remove all the existing Insert-mode mappings.
  • Loading branch information
brammool committed Oct 16, 2019
1 parent 4a4981b commit 2559a47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/testdir/test_mapping.vim
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -753,6 +753,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2167,
/**/
2166,
/**/
Expand Down

0 comments on commit 2559a47

Please sign in to comment.