We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3d939 commit 4f2f61aCopy full SHA for 4f2f61a
2 files changed
src/testdir/test_mapping.vim
@@ -444,6 +444,9 @@ func Test_error_in_map_expr()
444
endfunc
445
446
func Test_list_mappings()
447
+ " Remove default Mac mapping
448
+ silent! iunmap <D-v>
449
+
450
inoremap <C-M> CtrlM
451
inoremap <A-S> AltS
452
inoremap <S-/> ShiftSlash
src/version.c
@@ -753,6 +753,8 @@ static char *(features[]) =
753
754
static int included_patches[] =
755
{ /* Add new patch number below this line */
756
+/**/
757
+ 2165,
758
/**/
759
2164,
760
0 commit comments