diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-11-20 21:13:28 -0500 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-11-20 21:14:50 -0500 |
commit | 5d22d100f2a848b692c37dc5d413939c8ef7681f (patch) | |
tree | c3d01a38eba4513621a0afee07c93a86d97410e6 | |
parent | bebd1f9f7629c6150e7eadcf0d33e9c90c81add2 (diff) | |
download | rneovim-5d22d100f2a848b692c37dc5d413939c8ef7681f.tar.gz rneovim-5d22d100f2a848b692c37dc5d413939c8ef7681f.tar.bz2 rneovim-5d22d100f2a848b692c37dc5d413939c8ef7681f.zip |
vim-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.
https://github.com/vim/vim/commit/680c99b2efc7e2a9e6b3d611133f43fb7f8c6811
-rw-r--r-- | src/nvim/testdir/test_popup.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_popup.vim b/src/nvim/testdir/test_popup.vim index 09dc3ba43f..6c43cbc1dc 100644 --- a/src/nvim/testdir/test_popup.vim +++ b/src/nvim/testdir/test_popup.vim @@ -246,6 +246,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']) |