commit | de0ad40cb3c1bc691a754698ed16a5b6cdb4086b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 17:21:28 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 17:21:28 2015 +0100 |
tree | a184c10b53c44513216100cf095a37840710ceee | |
parent | 6cd1345307440491580e5e86cb82c54ee9a46baa [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 887a2cb..3cdc86f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 953, +/**/ 952, /**/ 951,