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 c525e3a commit 8034520Copy full SHA for 8034520
src/testdir/test_recover.vim
@@ -7,6 +7,10 @@ func Test_recover_root_dir()
7
call assert_fails('recover', 'E305:')
8
close!
9
10
+ if has('win32')
11
+ " can write in / directory on MS-Windows
12
+ set dir=/notexist/
13
+ endif
14
call assert_fails('split Xtest', 'E303:')
15
set dir&
16
endfunc
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 338,
769
/**/
770
337,
771
0 commit comments