vim-patch:8.1.0038: popup test causes Vim to exit

Problem:    Popup test causes Vim to exit.
Solution:   Disable the broken part of the test for now.
680c99b2ef
This commit is contained in:
Jan Edmund Lazo 2018-11-20 21:13:28 -05:00
parent bebd1f9f76
commit 5d22d100f2

View File

@ -246,6 +246,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'])