comparison src/testdir/test_channel.vim @ 18767:068337e86133 v8.1.2373

patch 8.1.2373: cannot build with +popupwin but without +quickfix Commit: https://github.com/vim/vim/commit/5a4c3082d7ab51b3d448a91578479c96c1ab0ad3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Dec 1 15:23:11 2019 +0100 patch 8.1.2373: cannot build with +popupwin but without +quickfix Problem: Cannot build with +popupwin but without +quickfix. (John Marriott) Solution: Adjust #ifdefs.
author Bram Moolenaar <Bram@vim.org>
date Sun, 01 Dec 2019 15:30:04 +0100
parents 4ab97fdf7ff7
children aaea9672a96d
comparison
equal deleted inserted replaced
18766:3cc0ddf2abd0 18767:068337e86133
1546 bwipe! 1546 bwipe!
1547 endfunc 1547 endfunc
1548 1548
1549 func Test_write_to_deleted_buffer() 1549 func Test_write_to_deleted_buffer()
1550 CheckExecutable echo 1550 CheckExecutable echo
1551 CheckFeature quickfix
1551 1552
1552 let job = job_start('echo hello', {'out_io': 'buffer', 'out_name': 'test_buffer', 'out_msg': 0}) 1553 let job = job_start('echo hello', {'out_io': 'buffer', 'out_name': 'test_buffer', 'out_msg': 0})
1553 let bufnr = bufnr('test_buffer') 1554 let bufnr = bufnr('test_buffer')
1554 call WaitForAssert({-> assert_equal(['hello'], getbufline(bufnr, 1, '$'))}) 1555 call WaitForAssert({-> assert_equal(['hello'], getbufline(bufnr, 1, '$'))})
1555 call assert_equal('nofile', getbufvar(bufnr, '&buftype')) 1556 call assert_equal('nofile', getbufvar(bufnr, '&buftype'))