mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07: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:
parent
1fd0ded080
commit
5c69f8569a
@ -366,6 +366,8 @@ endfunc
|
||||
" Test for expression breakpoint set using ":breakadd expr <expr>"
|
||||
func Test_Debugger_breakadd_expr()
|
||||
CheckRunVimInTerminal
|
||||
CheckCWD
|
||||
|
||||
let lines =<< trim END
|
||||
let g:Xtest_var += 1
|
||||
END
|
||||
|
Loading…
Reference in New Issue
Block a user