diff --git a/src/testdir/test_autocmd.vim b/src/testdir/test_autocmd.vim index 599153b082..ae69dd62a7 100644 --- a/src/testdir/test_autocmd.vim +++ b/src/testdir/test_autocmd.vim @@ -2078,6 +2078,8 @@ endfunc " Ensure :cabbr does not cause a spurious CmdlineLeavePre. func Test_CmdlineLeavePre_cabbr() + " For unknown reason this fails intermittently on MS-Windows + CheckNotMSWindows CheckFeature terminal let buf = term_start([GetVimProg(), '--clean', '-c', 'set noswapfile'], {'term_rows': 3}) call assert_equal('running', term_getstatus(buf)) diff --git a/src/version.c b/src/version.c index 5e40ee5b59..a18ffced7e 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1350, /**/ 1349, /**/