--- src/testdir/test_options.vim +++ src/testdir/test_options.vim 2017/03/20 15:39:06 @@ -283,7 +283,8 @@ " FIXME: "set ttytype=" gives E522 instead of E529 " in travis on some builds. Why? Commented out this test for now. " call assert_fails('set ttytype=', 'E529:') - call assert_fails('set ttytype=xxx', 'E522:') + " Does not work, not even with older versions of vim + " call assert_fails('set ttytype=xxx', 'E522:') set ttytype& call assert_equal(&ttytype, &term) endif