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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -741,6 +741,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
953,
|
||||||
/**/
|
/**/
|
||||||
952,
|
952,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user