forked from aniani/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 #10837)
This commit is contained in:
committed by
Bram Moolenaar
parent
d6212b80d6
commit
db7a88db8b
@@ -735,6 +735,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
137,
|
||||
/**/
|
||||
136,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user