Update runtime files.

This commit is contained in:
Bram Moolenaar
2021-11-27 10:57:26 +00:00
parent 7824fc80f6
commit 6304be625c
12 changed files with 171 additions and 131 deletions

View File

@ -226,7 +226,13 @@ fu! Result(err)
endif
endfu
call Test_check_colors()
let &cpo = s:save_cpo
unlet s:save_cpo
try
call Test_check_colors()
catch
echohl ErrorMsg
echomsg v:exception
echohl NONE
finally
let &cpo = s:save_cpo
unlet s:save_cpo
endtry