Skip to content

Commit ce2ec0a

Browse files
committed
patch 7.4.1573
Problem: Tests get stuck at the more prompt. Solution: Move the backspace test out of test_alot.
1 parent 85a7cb4 commit ce2ec0a

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/Make_all.mak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ SCRIPTS_GUI = test16.out
170170
# Keep test_alot.res as the last one, sort the others.
171171
NEW_TESTS = test_arglist.res \
172172
test_assert.res \
173+
test_backspace_opt.res \
173174
test_cdo.res \
174175
test_channel.res \
175176
test_hardcopy.res \

src/testdir/test_alot.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
" This makes testing go faster, since Vim doesn't need to restart.
33

44
source test_assign.vim
5-
source test_backspace_opt.vim
65
source test_cursor_func.vim
76
source test_delete.vim
87
source test_expand.vim

src/version.c

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

744744
static int included_patches[] =
745745
{ /* Add new patch number below this line */
746+
/**/
747+
1573,
746748
/**/
747749
1572,
748750
/**/

0 commit comments

Comments
 (0)