Ismail Dönmez 2017-04-10 12:25:57 +00:00 committed by Git OBS Bridge
parent 860d6357ea
commit acb400f3da

View File

@ -1,12 +0,0 @@
--- 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