Skip to content

Commit 49d310b

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents cfe8b45 + 2a0b06d commit 49d310b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/test_recover.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ func Test_recover_root_dir()
77
call assert_fails('recover', 'E305:')
88
close!
99

10-
if has('win32')
10+
if has('win32') || filewritable('/') == 2
1111
" can write in / directory on MS-Windows
1212
set dir=/notexist/
1313
endif

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,8 @@ static char *(features[]) =
779779

780780
static int included_patches[] =
781781
{ /* Add new patch number below this line */
782+
/**/
783+
600,
782784
/**/
783785
599,
784786
/**/

0 commit comments

Comments
 (0)