changeset 12291:c3548d947646 v8.0.1025

patch 8.0.1025: stray copy command in test commit https://github.com/vim/vim/commit/4e83961985abb78757b135f29ac4ffde675247af Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 30 21:58:03 2017 +0200 patch 8.0.1025: stray copy command in test Problem: Stray copy command in test. Solution: Remove the copy command.
author Christian Brabandt <cb@256bit.org>
date Wed, 30 Aug 2017 22:00:05 +0200
parents 278f48d7959f
children eddea00bc625
files src/testdir/test_mksession.vim src/version.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_mksession.vim
+++ b/src/testdir/test_mksession.vim
@@ -147,7 +147,6 @@ func Test_mksession_one_buffer_two_windo
 
   close
   bwipe!
-  !cp Xtest_mks.out /tmp
   call delete('Xtest_mks.out')
 endfunc
 
--- 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,