Skip to content

Commit 4f2f61a

Browse files
committed
patch 8.1.2165: mapping test fails on Mac
Problem: Mapping test fails on Mac. Solution: Remove the default Mac mapping.
1 parent 7b3d939 commit 4f2f61a

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/testdir/test_mapping.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,9 @@ func Test_error_in_map_expr()
444444
endfunc
445445

446446
func Test_list_mappings()
447+
" Remove default Mac mapping
448+
silent! iunmap <D-v>
449+
447450
inoremap <C-M> CtrlM
448451
inoremap <A-S> AltS
449452
inoremap <S-/> ShiftSlash

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+
2165,
756758
/**/
757759
2164,
758760
/**/

0 commit comments

Comments
 (0)