To: vim_dev@googlegroups.com Subject: Patch 8.2.4089 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///