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 18b7d86 commit 6ccfd99Copy full SHA for 6ccfd99
src/testdir/test_mapping.vim
@@ -504,7 +504,7 @@ func Test_expr_map_gets_cursor()
504
bwipe!
505
unlet g:exprLine
506
unlet g:exprCol
507
- delfunc ExprMapped
+ delfunc StoreColumn
508
nunmap x
509
nunmap !
510
endfunc
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2613,
755
/**/
756
2612,
757
0 commit comments