# HG changeset patch # User Christian Brabandt # Date 1528378207 -7200 # Node ID 8ba288f12675c7258a36997a0ef4a5a2ecfc74c5 # Parent fccac186da8fefbd3062c851587ef2c7be94b302 patch 8.1.0038: popup test causes Vim to exit commit https://github.com/vim/vim/commit/680c99b2efc7e2a9e6b3d611133f43fb7f8c6811 Author: Bram Moolenaar Date: Thu Jun 7 15:18:41 2018 +0200 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. diff --git a/src/testdir/test_popup.vim b/src/testdir/test_popup.vim --- a/src/testdir/test_popup.vim +++ b/src/testdir/test_popup.vim @@ -247,6 +247,10 @@ func! Test_popup_completion_insertmode() iunmap 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']) diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 38, +/**/ 37, /**/ 36,