Fix test on Travis CI

This commit is contained in:
Junegunn Choi
2020-10-13 20:31:14 +09:00
parent 4eb5d756b3
commit 4412a84d7f

View File

@@ -98,7 +98,9 @@ Execute (Unsupported. but g:limelight_conceal_???fg defined):
Limelight!
AssertOff
else
set notermguicolors
if exists('&termguicolors')
set notermguicolors
endif
colo default
let &t_Co = 256
@@ -134,4 +136,4 @@ Execute (Cleanup):
delc AssertOff
unlet! msg
Restore
execute 'colo '.g:colors_name
silent! execute 'colo '.g:colors_name