mirror of
https://github.com/vim/vim.git
synced 2025-10-28 09:27:14 -04:00
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 #10837)
This commit is contained in:
committed by
Bram Moolenaar
parent
d6212b80d6
commit
db7a88db8b
@@ -364,6 +364,8 @@ endfunc
|
||||
|
||||
" Test for expression breakpoint set using ":breakadd expr <expr>"
|
||||
func Test_Debugger_breakadd_expr()
|
||||
CheckCWD
|
||||
|
||||
let lines =<< trim END
|
||||
let g:Xtest_var += 1
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user