mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 13:45:15 -07:00
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:
parent
bebd1f9f76
commit
5d22d100f2
@ -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'])
|
||||
|
Loading…
Reference in New Issue
Block a user