diff --git a/src/testdir/test_terminal3.vim b/src/testdir/test_terminal3.vim index 5e7a89f4f2..9b5a02f527 100644 --- a/src/testdir/test_terminal3.vim +++ b/src/testdir/test_terminal3.vim @@ -779,6 +779,8 @@ endfunc 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 diff --git a/src/version.c b/src/version.c index b55bddaf69..2bee440e99 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4089, /**/ 4088, /**/