mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00
vim-patch:9.0.0137: debugger test may fail when $CWD is very long
Problem: Debugger test may fail when $CWD is very long.
Solution: Skip the test if the directory name is too long. (James McCoy,
closes vim/vim#10837)
db7a88db8b
Co-authored-by: James McCoy <jamessan@jamessan.com>
This commit is contained in:
@@ -366,6 +366,8 @@ endfunc
|
|||||||
" Test for expression breakpoint set using ":breakadd expr <expr>"
|
" Test for expression breakpoint set using ":breakadd expr <expr>"
|
||||||
func Test_Debugger_breakadd_expr()
|
func Test_Debugger_breakadd_expr()
|
||||||
CheckRunVimInTerminal
|
CheckRunVimInTerminal
|
||||||
|
CheckCWD
|
||||||
|
|
||||||
let lines =<< trim END
|
let lines =<< trim END
|
||||||
let g:Xtest_var += 1
|
let g:Xtest_var += 1
|
||||||
END
|
END
|
||||||
|
Reference in New Issue
Block a user