From: Bram Moolenaar Date: Wed, 30 Aug 2017 19:58:03 +0000 (+0200) Subject: patch 8.0.1025: stray copy command in test X-Git-Tag: v8.0.1025 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e83961985abb78757b135f29ac4ffde675247af;p=vim patch 8.0.1025: stray copy command in test Problem: Stray copy command in test. Solution: Remove the copy command. --- diff --git a/src/testdir/test_mksession.vim b/src/testdir/test_mksession.vim index afbc7607c..cdb6f4caf 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 89d58e260..bce80f042 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1025, /**/ 1024, /**/