Patch 9.0.0137
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)
Files: src/testdir/test_debugger.vim
*** ../vim-9.0.0136/src/testdir/test_debugger.vim 2022-06-19
20:11:08.000000000 +0100
--- src/testdir/test_debugger.vim 2022-08-03 16:06:05.935780393 +0100
***************
*** 364,369 ****
--- 364,371 ----
" 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
*** ../vim-9.0.0136/src/version.c 2022-08-03 15:48:28.030481646 +0100
--- src/version.c 2022-08-03 16:07:50.487711410 +0100
***************
*** 737,738 ****
--- 737,740 ----
{ /* Add new patch number below this line */
+ /**/
+ 137,
/**/
--
hundred-and-one symptoms of being an internet addict:
236. You start saving URL's in your digital watch.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220803151401.D240D1C096B%40moolenaar.net.