vim/vim-8.0-ttytype-test.patch
2017-03-21 08:08:22 +00:00

13 lines
512 B
Diff

--- 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