Patch 8.2.4089 (after 8.2.4078)
Problem: Terminal test for current directory fails on FreeBSD.
Solution: Skip the test.
Files: src/testdir/test_terminal3.vim
*** ../vim-8.2.4088/src/testdir/test_terminal3.vim 2022-01-13
15:25:28.222535371 +0000
--- src/testdir/test_terminal3.vim 2022-01-14 12:04:05.739636867 +0000
***************
*** 779,784 ****
--- 779,786 ----
func Test_terminal_sync_shell_dir()
CheckUnix
" The test always use sh (see src/testdir/unix.vim).
+ " BSD's sh doesn't seem to play well with the OSC 7 escape sequence.
+ CheckNotBSD
set asd
" , is
*** ../vim-8.2.4088/src/version.c 2022-01-14 11:58:43.336094417 +0000
--- src/version.c 2022-01-14 12:06:05.531474377 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4089,
/**/
--
Not too long ago, a program was something you watched on TV...
/// 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/20220114120747.538911C026D%40moolenaar.net.