diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-06-07 15:18:41 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-06-07 15:18:41 +0200 |
commit | 680c99b2efc7e2a9e6b3d611133f43fb7f8c6811 (patch) | |
tree | d4d3773228a84027de7cee7d4fa52492cb7e4fa5 /src/testdir/test_popup.vim | |
parent | ca851593a660f08aba5c134f90c238d4a3e983e6 (diff) | |
download | vim-git-680c99b2efc7e2a9e6b3d611133f43fb7f8c6811.tar.gz |
patch 8.1.0038: popup test causes Vim to exitv8.1.0038
Problem: Popup test causes Vim to exit.
Solution: Disable the broken part of the test for now.
Diffstat (limited to 'src/testdir/test_popup.vim')
-rw-r--r-- | src/testdir/test_popup.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/test_popup.vim b/src/testdir/test_popup.vim index 89cdf0e8c..cb61be21c 100644 --- a/src/testdir/test_popup.vim +++ b/src/testdir/test_popup.vim @@ -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']) |