summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-30 21:58:03 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-30 21:58:03 +0200
commit4e83961985abb78757b135f29ac4ffde675247af (patch)
tree3d2f7719b78cdc2119e1f075157e07a732b44fc5
parent4bebc9a0565670b853d227f81a9a31eafdb47eed (diff)
patch 8.0.1025: stray copy command in testv8.0.1025
Problem: Stray copy command in test. Solution: Remove the copy command.
-rw-r--r--src/testdir/test_mksession.vim1
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/testdir/test_mksession.vim b/src/testdir/test_mksession.vim
index afbc7607cb..cdb6f4caf9 100644
--- a/src/testdir/test_mksession.vim
+++ b/src/testdir/test_mksession.vim
@@ -147,7 +147,6 @@ func Test_mksession_one_buffer_two_windows()
close
bwipe!
- !cp Xtest_mks.out /tmp
call delete('Xtest_mks.out')
endfunc
diff --git a/src/version.c b/src/version.c
index 89d58e260e..bce80f042c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1025,
+/**/
1024,
/**/
1023,