2020-03-31 16:30:46 +02:00
|
|
|
Index: vim-8.2.0348/src/testdir/test_options.vim
|
2017-04-18 12:49:27 +02:00
|
|
|
===================================================================
|
2020-03-31 16:30:46 +02:00
|
|
|
--- vim-8.2.0348.orig/src/testdir/test_options.vim
|
|
|
|
+++ vim-8.2.0348/src/testdir/test_options.vim
|
|
|
|
@@ -369,7 +369,7 @@ func Test_set_ttytype()
|
2019-09-18 12:08:30 +02:00
|
|
|
" check for failure of finding the entry and for missing 'cm' entry.
|
|
|
|
try
|
|
|
|
set ttytype=xxx
|
|
|
|
- call assert_report('set ttytype=xxx did not fail')
|
|
|
|
+ "call assert_report('set ttytype=xxx did not fail')
|
|
|
|
catch /E522\|E437/
|
|
|
|
endtry
|
2017-11-29 12:53:57 +01:00
|
|
|
|