vim-patch:7.4.2276 (#6393)

* vim-patch:7.4.2276

Problem:    Command line test fails on Windows when run twice.
Solution:   Wipe the buffer so that the directory can be deleted.

1773ddfdcd

* version.c: mark vim-patch 7.4.2269 as included (#5659)
This commit is contained in:
lonerover 2017-03-29 22:48:50 +08:00 committed by Justin M. Keyes
parent 18e7d55200
commit 2846d508b2
2 changed files with 3 additions and 2 deletions

View File

@ -201,5 +201,6 @@ func Test_expand_star_star()
call writefile(['asdfasdf'], 'a/b/fileXname') call writefile(['asdfasdf'], 'a/b/fileXname')
call feedkeys(":find **/fileXname\<Tab>\<CR>", 'xt') call feedkeys(":find **/fileXname\<Tab>\<CR>", 'xt')
call assert_equal('find a/b/fileXname', getreg(':')) call assert_equal('find a/b/fileXname', getreg(':'))
bwipe!
call delete('a', 'rf') call delete('a', 'rf')
endfunc endfunc

View File

@ -165,14 +165,14 @@ static int included_patches[] = {
2279, 2279,
// 2278 NA // 2278 NA
2277, 2277,
// 2276, 2276,
2275, 2275,
2274, 2274,
2273, 2273,
2272, 2272,
// 2271 NA // 2271 NA
// 2270 NA // 2270 NA
// 2269, 2269,
// 2268, // 2268,
// 2267 NA // 2267 NA
2266, 2266,