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 42093c0 commit 623cf88Copy full SHA for 623cf88
2 files changed
src/testdir/test_diffmode.vim
@@ -145,6 +145,8 @@ func Test_vert_split()
145
call assert_equal(0, &cursorbind)
146
call assert_equal(1, &wrap)
147
148
+ call delete('Xtest')
149
+ call delete('Xtest2')
150
windo bw!
151
endfunc
152
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2124,
768
/**/
769
2123,
770
0 commit comments