diff --git a/src/testdir/test_scroll_opt.vim b/src/testdir/test_scroll_opt.vim index 6ece601f7a..4d0e44c2ea 100644 --- a/src/testdir/test_scroll_opt.vim +++ b/src/testdir/test_scroll_opt.vim @@ -2095,6 +2095,7 @@ endfunc " not crash. func Test_smoothscroll_textoff_showbreak() CheckOption smoothscroll + CheckRunVimInTerminal let donefile = 'XTest_crash_textoff_showbreak_done' defer delete(donefile) diff --git a/src/version.c b/src/version.c index b85eb55b0c..ebaf924cde 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 364, /**/ 363, /**/