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:
@@ -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
|
||||
|
Reference in New Issue
Block a user