comparison src/testdir/test_popup.vim @ 14041:8ba288f12675 v8.1.0038

patch 8.1.0038: popup test causes Vim to exit commit https://github.com/vim/vim/commit/680c99b2efc7e2a9e6b3d611133f43fb7f8c6811 Author: Bram Moolenaar <Bram@vim.org> 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.
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jun 2018 15:30:07 +0200
parents 08370aad873d
children ac5265f7d1c7
comparison
equal deleted inserted replaced
14040:fccac186da8f 14041:8ba288f12675
244 call feedkeys("a\<f5>\<c-p>\<c-p>\<enter>\<esc>", 'tx') 244 call feedkeys("a\<f5>\<c-p>\<c-p>\<enter>\<esc>", 'tx')
245 call assert_equal('December', getline(1)) 245 call assert_equal('December', getline(1))
246 246
247 iunmap <F5> 247 iunmap <F5>
248 endfunc 248 endfunc
249
250 " TODO: Fix what breaks after this line.
251 " - Do not use "q!", it may exit Vim if there is an error
252 finish
249 253
250 func Test_noinsert_complete() 254 func Test_noinsert_complete()
251 function! s:complTest1() abort 255 function! s:complTest1() abort
252 call complete(1, ['source', 'soundfold']) 256 call complete(1, ['source', 'soundfold'])
253 return '' 257 return ''