mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 10:31:48 +00:00
vim-patch:9.0.1791: No tests for the termdebug plugin
Problem: No tests for the termdebug plugin
Solution: Add some simple tests for the termdebug plugin
closes: vim/vim#12927
58f39d89a8
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
This commit is contained in:
@@ -58,6 +58,11 @@ func Ntest_setmouse(row, col)
|
||||
endif
|
||||
endfunc
|
||||
|
||||
" roughly equivalent to term_wait() in Vim
|
||||
func Nterm_wait(buf, time = 10)
|
||||
execute $'sleep {a:time}m'
|
||||
endfunc
|
||||
|
||||
" Prevent Nvim log from writing to stderr.
|
||||
let $NVIM_LOG_FILE = exists($NVIM_LOG_FILE) ? $NVIM_LOG_FILE : 'Xnvim.log'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user