]> granicus.if.org Git - vim/commitdiff
patch 8.2.5094: MS-Windows GUI: empty command may cause a dialog v8.2.5094
authorBram Moolenaar <Bram@vim.org>
Tue, 14 Jun 2022 16:13:59 +0000 (17:13 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 14 Jun 2022 16:13:59 +0000 (17:13 +0100)
Problem:    MS-Windows GUI: empty command may cause a dialog.
Solution:   Delete the dialog file.  Improve the message.

src/testdir/runtest.vim
src/testdir/test_ex_mode.vim
src/version.c

index a4c238e8a2a258ef2106baf7d67c9d56b95a848e..db6797d1b00a75f5f270652549e96fc6e46f3111 100644 (file)
@@ -246,8 +246,7 @@ func RunTheTest(test)
   endif
 
   if filereadable('guidialogfile')
-    call add(v:errors, "Unexpected dialog:")
-    call add(v:errors, readfile('guidialogfile').join('\n'))
+    call add(v:errors, "Unexpected dialog: " .. readfile('guidialogfile')->join('<NL>'))
     call delete('guidialogfile')
   endif
 
index d981ced6b8f6d92c9e024ef84aaf9c8bc56e1208..fafdda8de3a09aa8e8ff17c75a3828f451bab83b 100644 (file)
@@ -261,6 +261,9 @@ func Test_empty_command_visual_mode()
   call assert_equal(1, RunVim([], [], '-u NONE -e -s -S Xexmodescript'))
 
   call delete('Xexmodescript')
+
+  " This may cause a dialog to be displayed for an empty command, ignore it.
+  call delete('guidialogfile')
 endfunc
 
 
index 50c6ed3b0b6e9457d5c0935ef9b2c18d0f5d56a8..fb9f794f1e464798f414a4c95506e3d69077db37 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    5094,
 /**/
     5093,
 /**/