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:
watiko
2015-12-13 22:40:23 +09:00
parent 47fac915f3
commit 2586459118
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -116,7 +116,7 @@ static int included_patches[] = {
// 956, // 956,
// 955, // 955,
// 954 NA // 954 NA
// 953, 953,
// 952, // 952,
// 951, // 951,
950, 950,