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:
@@ -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"
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user