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 4bebc9a commit 4e83961Copy full SHA for 4e83961
2 files changed
src/testdir/test_mksession.vim
@@ -147,7 +147,6 @@ func Test_mksession_one_buffer_two_windows()
147
148
close
149
bwipe!
150
- !cp Xtest_mks.out /tmp
151
call delete('Xtest_mks.out')
152
endfunc
153
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 1025,
774
/**/
775
1024,
776
0 commit comments