]> granicus.if.org Git - vim/commitdiff
patch 8.0.1784: gvim test gets stuck in dialog v8.0.1784
authorBram Moolenaar <Bram@vim.org>
Tue, 1 May 2018 14:26:48 +0000 (16:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 May 2018 14:26:48 +0000 (16:26 +0200)
Problem:    Gvim test gets stuck in dialog.
Solution:   Rename the file used.

src/testdir/test_quickfix.vim
src/version.c

index 559958b7e10efa05315af5b3db2775f3e22ebcad..7cc4ae55767e5cda8a1f6ddffc1583b42f4e3e8f 100644 (file)
@@ -1154,18 +1154,18 @@ func Test_efm2()
 
   " Test for %o
   set efm=%f(%o):%l\ %m
-  cgetexpr ['Xtestfile(Language.PureScript.Types):20 Error']
-  call writefile(['Line1'], 'Xtestfile')
+  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('Xtestfile', expand('%:t'))
+  call assert_equal('Xotestfile', expand('%:t'))
   cclose
   bd
-  call delete("Xtestfile")
+  call delete("Xotestfile")
 
   " The following sequence of commands used to crash Vim
   set efm=%W%m
index 76a4f2c372c908345d9561bc7e513f66bdd5ddb8..16d0eb0fdaa3643f8b251aaeb9cbff10b4075d4b 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1784,
 /**/
     1783,
 /**/