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:
zeertzjq 2023-11-13 08:57:55 +08:00
parent 1fd0ded080
commit 5c69f8569a

View File

@ -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