mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
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.
This commit is contained in:
@@ -247,6 +247,10 @@ func! Test_popup_completion_insertmode()
|
|||||||
iunmap <F5>
|
iunmap <F5>
|
||||||
endfunc
|
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()
|
func Test_noinsert_complete()
|
||||||
function! s:complTest1() abort
|
function! s:complTest1() abort
|
||||||
call complete(1, ['source', 'soundfold'])
|
call complete(1, ['source', 'soundfold'])
|
||||||
|
@@ -761,6 +761,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
38,
|
||||||
/**/
|
/**/
|
||||||
37,
|
37,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user