To: vim_dev@googlegroups.com Subject: Patch 7.4.15 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1573 Problem: Tests get stuck at the more prompt. Solution: Move the backspace test out of test_alot. Files: src/testdir/test_alot.vim, src/testdir/Make_all.mak *** ../vim-7.4.1572/src/testdir/test_alot.vim 2016-03-15 16:35:23.504279033 +0100 --- src/testdir/test_alot.vim 2016-03-15 17:06:52.968771766 +0100 *************** *** 2,8 **** " This makes testing go faster, since Vim doesn't need to restart. source test_assign.vim - source test_backspace_opt.vim source test_cursor_func.vim source test_delete.vim source test_expand.vim --- 2,7 ---- *** ../vim-7.4.1572/src/testdir/Make_all.mak 2016-03-15 14:10:54.478025751 +0100 --- src/testdir/Make_all.mak 2016-03-15 17:07:15.732536683 +0100 *************** *** 170,175 **** --- 170,176 ---- # Keep test_alot.res as the last one, sort the others. NEW_TESTS = test_arglist.res \ test_assert.res \ + test_backspace_opt.res \ test_cdo.res \ test_channel.res \ test_hardcopy.res \ *** ../vim-7.4.1572/src/version.c 2016-03-15 16:53:23.001134942 +0100 --- src/version.c 2016-03-15 17:07:32.248366119 +0100 *************** *** 745,746 **** --- 745,748 ---- { /* Add new patch number below this line */ + /**/ + 1573, /**/ -- hundred-and-one symptoms of being an internet addict: 47. You are so familiar with the WWW that you find the search engines useless. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///