mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
vim-patch:7.4.953
Problem: When a test script navigates to another buffer the .res file is
created with the wrong name.
Solution: Use the "testname" for the .res file. (Damien)
de0ad40cb3
This commit is contained in:
@@ -76,7 +76,7 @@ endfor
|
|||||||
|
|
||||||
if fail == 0
|
if fail == 0
|
||||||
" Success, create the .res file so that make knows it's done.
|
" Success, create the .res file so that make knows it's done.
|
||||||
split %:r.res
|
exe 'split ' . fnamemodify(testname, ':r') . '.res'
|
||||||
write
|
write
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@@ -116,7 +116,7 @@ static int included_patches[] = {
|
|||||||
// 956,
|
// 956,
|
||||||
// 955,
|
// 955,
|
||||||
// 954 NA
|
// 954 NA
|
||||||
// 953,
|
953,
|
||||||
// 952,
|
// 952,
|
||||||
// 951,
|
// 951,
|
||||||
950,
|
950,
|
||||||
|
Reference in New Issue
Block a user