Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
brammool committed Jun 7, 2018
1 parent ca85159 commit 680c99b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/testdir/test_popup.vim
Expand Up @@ -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'])
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -761,6 +761,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
38,
/**/
37,
/**/
Expand Down

0 comments on commit 680c99b

Please sign in to comment.