1
0
forked from aniani/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)
This commit is contained in:
Bram Moolenaar
2015-12-03 17:21:28 +01:00
parent 6cd1345307
commit de0ad40cb3
2 changed files with 3 additions and 1 deletions

View File

@@ -76,7 +76,7 @@ endfor
if fail == 0
" Success, create the .res file so that make knows it's done.
split %:r.res
exe 'split ' . fnamemodify(testname, ':r') . '.res'
write
endif

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
953,
/**/
952,
/**/