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.
2 parents cfe8b45 + 2a0b06d commit 49d310bCopy full SHA for 49d310b
src/testdir/test_recover.vim
@@ -7,7 +7,7 @@ func Test_recover_root_dir()
7
call assert_fails('recover', 'E305:')
8
close!
9
10
- if has('win32')
+ if has('win32') || filewritable('/') == 2
11
" can write in / directory on MS-Windows
12
set dir=/notexist/
13
endif
src/version.c
@@ -779,6 +779,8 @@ static char *(features[]) =
779
780
static int included_patches[] =
781
{ /* Add new patch number below this line */
782
+/**/
783
+ 600,
784
/**/
785
599,
786
0 commit comments