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 d39e275 commit e3d0654Copy full SHA for e3d0654
2 files changed
src/testdir/test_swap.vim
@@ -98,6 +98,9 @@ func Test_missing_dir()
98
split bar/x.txt
99
only
100
101
+ " Delete the buffer so that swap file is removed before we try to delete the
102
+ " directory. That fails on MS-Windows.
103
+ %bdelete!
104
set directory&
105
call delete('Xswapdir', 'rf')
106
endfunc
src/version.c
@@ -783,6 +783,8 @@ static char *(features[]) =
783
784
static int included_patches[] =
785
{ /* Add new patch number below this line */
786
+/**/
787
+ 830,
788
/**/
789
829,
790
0 commit comments