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("\<CR>", '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("\<CR>", '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 -- [email protected] -- 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 ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.