]> granicus.if.org Git - vim/commitdiff
patch 8.1.0038: popup test causes Vim to exit v8.1.0038
authorBram Moolenaar <Bram@vim.org>
Thu, 7 Jun 2018 13:18:41 +0000 (15:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Jun 2018 13:18:41 +0000 (15:18 +0200)
Problem:    Popup test causes Vim to exit.
Solution:   Disable the broken part of the test for now.

src/testdir/test_popup.vim
src/version.c

index 89cdf0e8c1aefe3acd08e399441abe71c9b585ac..cb61be21c8323b3ad06705beb73ea43a87e0456e 100644 (file)
@@ -247,6 +247,10 @@ func! Test_popup_completion_insertmode()
   iunmap <F5>
 endfunc
 
+" TODO: Fix what breaks after this line.
+" - Do not use "q!", it may exit Vim if there is an error
+finish
+
 func Test_noinsert_complete()
   function! s:complTest1() abort
     call complete(1, ['source', 'soundfold'])
index 100c01eeb92da90c18d5ec2280a588382cfd2176..caec4d692f465ee1c1c447244299cab3c5b8e04f 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    38,
 /**/
     37,
 /**/