Skip to content

Commit 680c99b

Browse files
committed
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.
1 parent ca85159 commit 680c99b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/testdir/test_popup.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@ func! Test_popup_completion_insertmode()
247247
iunmap <F5>
248248
endfunc
249249

250+
" TODO: Fix what breaks after this line.
251+
" - Do not use "q!", it may exit Vim if there is an error
252+
finish
253+
250254
func Test_noinsert_complete()
251255
function! s:complTest1() abort
252256
call complete(1, ['source', 'soundfold'])

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,8 @@ static char *(features[]) =
761761

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
38,
764766
/**/
765767
37,
766768
/**/

0 commit comments

Comments
 (0)