Skip to content

Commit 1b0c2fc

Browse files
committed
patch 7.4.2334
Problem: On MS-Windows test_getcwd leaves Xtopdir behind. Solution: Set 'noswapfile'. (Michael Soyka)
1 parent 3184509 commit 1b0c2fc

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

src/testdir/test_getcwd.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ STARTTEST
99
:set visualbell
1010
:set nocp viminfo+=nviminfo
1111
:"
12+
:" On windows a swapfile in Xtopdir prevents it from being cleaned up.
13+
:set noswapfile
14+
:"
1215
:function! GetCwdInfo(win, tab)
1316
: let tab_changed = 0
1417
: let mod = ":t"

src/version.c

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

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2334,
766768
/**/
767769
2333,
768770
/**/

0 commit comments

Comments
 (0)