0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.2334

Problem:    On MS-Windows test_getcwd leaves Xtopdir behind.
Solution:   Set 'noswapfile'. (Michael Soyka)
This commit is contained in:
Bram Moolenaar
2016-09-05 23:29:26 +02:00
parent 31845093b7
commit 1b0c2fcf6e
2 changed files with 5 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ STARTTEST
:set visualbell :set visualbell
:set nocp viminfo+=nviminfo :set nocp viminfo+=nviminfo
:" :"
:" On windows a swapfile in Xtopdir prevents it from being cleaned up.
:set noswapfile
:"
:function! GetCwdInfo(win, tab) :function! GetCwdInfo(win, tab)
: let tab_changed = 0 : let tab_changed = 0
: let mod = ":t" : let mod = ":t"

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2334,
/**/ /**/
2333, 2333,
/**/ /**/