To: vim_dev@googlegroups.com Subject: Patch 8.0.1784 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1784 (after 8.0.1782) Problem: Gvim test gets stuck in dialog. Solution: Rename the file used. Files: src/testdir/test_quickfix.vim *** ../vim-8.0.1783/src/testdir/test_quickfix.vim 2018-05-01 15:01:56.938414623 +0200 --- src/testdir/test_quickfix.vim 2018-05-01 16:23:02.967487458 +0200 *************** *** 1154,1171 **** " Test for %o set efm=%f(%o):%l\ %m ! cgetexpr ['Xtestfile(Language.PureScript.Types):20 Error'] ! call writefile(['Line1'], 'Xtestfile') let l = getqflist() call assert_equal(1, len(l), string(l)) call assert_equal('Language.PureScript.Types', l[0].module) copen call assert_equal('Language.PureScript.Types|20| Error', getline(1)) call feedkeys("\", 'xn') ! call assert_equal('Xtestfile', expand('%:t')) cclose bd ! call delete("Xtestfile") " The following sequence of commands used to crash Vim set efm=%W%m --- 1154,1171 ---- " Test for %o set efm=%f(%o):%l\ %m ! cgetexpr ['Xotestfile(Language.PureScript.Types):20 Error'] ! call writefile(['Line1'], 'Xotestfile') let l = getqflist() call assert_equal(1, len(l), string(l)) call assert_equal('Language.PureScript.Types', l[0].module) copen call assert_equal('Language.PureScript.Types|20| Error', getline(1)) call feedkeys("\", 'xn') ! call assert_equal('Xotestfile', expand('%:t')) cclose bd ! call delete("Xotestfile") " The following sequence of commands used to crash Vim set efm=%W%m *** ../vim-8.0.1783/src/version.c 2018-05-01 15:47:30.300975408 +0200 --- src/version.c 2018-05-01 16:25:58.322379695 +0200 *************** *** 763,764 **** --- 763,766 ---- { /* Add new patch number below this line */ + /**/ + 1784, /**/ -- A vacation is a period of travel during which you find that you took twice as many clothes and half as much money as you needed. /// 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 ///