d9ed24658f
* test_arglist * test_command_count * test_diffmode * test_mksession * test_startup * test_window_cmd OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=594
14 lines
505 B
Diff
14 lines
505 B
Diff
Index: vim-8.2.0348/src/testdir/test_options.vim
|
|
===================================================================
|
|
--- 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()
|
|
" 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
|
|
|