0
0
mirror of https://github.com/vim/vim.git synced 2025-10-03 05:14:07 -04:00

patch 8.2.0866: not enough tests for buffer writing

Problem:    Not enough tests for buffer writing.
Solution:   Add more tests. Use CheckRunVimInTerminal in more places.
            (Yegappan Lakshmanan, closes #6167)
This commit is contained in:
Bram Moolenaar
2020-05-31 21:28:02 +02:00
parent e35a52aee7
commit 494e9069cb
16 changed files with 167 additions and 57 deletions

View File

@@ -1904,9 +1904,7 @@ endfunc
" Test for deep nesting of if/for/while/try statements {{{1
func Test_deep_nest()
if !CanRunVimInTerminal()
throw 'Skipped: cannot run vim in terminal'
endif
CheckRunVimInTerminal
let lines =<< trim [SCRIPT]
" Deep nesting of if ... endif