vim-patch:8.0.1025

Problem:    Stray copy command in test.
Solution:   Remove the copy command.

4e83961985
This commit is contained in:
James McCoy
2017-09-26 16:04:01 -04:00
parent 25d4cd7e28
commit e0197a4d76
2 changed files with 1 additions and 2 deletions

View File

@@ -148,7 +148,6 @@ func Test_mksession_one_buffer_two_windows()
close close
bwipe! bwipe!
!cp Xtest_mks.out /tmp
call delete('Xtest_mks.out') call delete('Xtest_mks.out')
endfunc endfunc

View File

@@ -78,7 +78,7 @@ static char *features[] = {
// clang-format off // clang-format off
static const int included_patches[] = { static const int included_patches[] = {
// 1026, // 1026,
// 1025, 1025,
1024, 1024,
// 1023, // 1023,
// 1022, // 1022,