mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
test(old): fix incorrect comment in test_preview.vim (#31619)
This commit is contained in:
parent
38f554e9c4
commit
738320188f
@ -59,7 +59,8 @@ func Test_window_preview_terminal()
|
|||||||
CheckFeature quickfix
|
CheckFeature quickfix
|
||||||
" CheckFeature terminal
|
" CheckFeature terminal
|
||||||
|
|
||||||
term " ++curwin
|
" term ++curwin
|
||||||
|
term
|
||||||
const buf_num = bufnr('$')
|
const buf_num = bufnr('$')
|
||||||
call assert_equal(1, winnr('$'))
|
call assert_equal(1, winnr('$'))
|
||||||
exe 'pbuffer' . buf_num
|
exe 'pbuffer' . buf_num
|
||||||
|
Loading…
Reference in New Issue
Block a user