Skip to content

Commit 4e83961

Browse files
committed
patch 8.0.1025: stray copy command in test
Problem: Stray copy command in test. Solution: Remove the copy command.
1 parent 4bebc9a commit 4e83961

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/testdir/test_mksession.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ func Test_mksession_one_buffer_two_windows()
147147

148148
close
149149
bwipe!
150-
!cp Xtest_mks.out /tmp
151150
call delete('Xtest_mks.out')
152151
endfunc
153152

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,8 @@ static char *(features[]) =
769769

770770
static int included_patches[] =
771771
{ /* Add new patch number below this line */
772+
/**/
773+
1025,
772774
/**/
773775
1024,
774776
/**/

0 commit comments

Comments
 (0)