0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.1573

Problem:    Tests get stuck at the more prompt.
Solution:   Move the backspace test out of test_alot.
This commit is contained in:
Bram Moolenaar
2016-03-15 17:10:19 +01:00
parent 85a7cb4dcf
commit ce2ec0a82a
3 changed files with 3 additions and 1 deletions

View File

@@ -170,6 +170,7 @@ SCRIPTS_GUI = test16.out
# Keep test_alot.res as the last one, sort the others. # Keep test_alot.res as the last one, sort the others.
NEW_TESTS = test_arglist.res \ NEW_TESTS = test_arglist.res \
test_assert.res \ test_assert.res \
test_backspace_opt.res \
test_cdo.res \ test_cdo.res \
test_channel.res \ test_channel.res \
test_hardcopy.res \ test_hardcopy.res \

View File

@@ -2,7 +2,6 @@
" This makes testing go faster, since Vim doesn't need to restart. " This makes testing go faster, since Vim doesn't need to restart.
source test_assign.vim source test_assign.vim
source test_backspace_opt.vim
source test_cursor_func.vim source test_cursor_func.vim
source test_delete.vim source test_delete.vim
source test_expand.vim source test_expand.vim

View File

@@ -743,6 +743,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1573,
/**/ /**/
1572, 1572,
/**/ /**/