mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
18e7d55200
commit
2846d508b2
@ -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
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user