test(old): fix incorrect comment in test_preview.vim (#31619)

This commit is contained in:
zeertzjq 2024-12-18 10:21:52 +08:00 committed by GitHub
parent 38f554e9c4
commit 738320188f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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