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 4a4981b commit 2559a47Copy full SHA for 2559a47
2 files changed
src/testdir/test_mapping.vim
@@ -444,8 +444,8 @@ func Test_error_in_map_expr()
444
endfunc
445
446
func Test_list_mappings()
447
- " Remove default Mac mapping
448
- silent! iunmap <D-v>
+ " Remove default mappings
+ imapclear
449
450
inoremap <C-M> CtrlM
451
inoremap <A-S> AltS
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
+ 2167,
758
/**/
759
2166,
760
0 commit comments