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 79a213d commit 2a0b06dCopy full SHA for 2a0b06d
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
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 600,
769
/**/
770
599,
771
0 commit comments