mirror of
https://github.com/junegunn/limelight.vim.git
synced 2025-11-16 23:13:40 -05:00
Fix test on Travis CI
This commit is contained in:
@@ -98,7 +98,9 @@ Execute (Unsupported. but g:limelight_conceal_???fg defined):
|
|||||||
Limelight!
|
Limelight!
|
||||||
AssertOff
|
AssertOff
|
||||||
else
|
else
|
||||||
|
if exists('&termguicolors')
|
||||||
set notermguicolors
|
set notermguicolors
|
||||||
|
endif
|
||||||
colo default
|
colo default
|
||||||
let &t_Co = 256
|
let &t_Co = 256
|
||||||
|
|
||||||
@@ -134,4 +136,4 @@ Execute (Cleanup):
|
|||||||
delc AssertOff
|
delc AssertOff
|
||||||
unlet! msg
|
unlet! msg
|
||||||
Restore
|
Restore
|
||||||
execute 'colo '.g:colors_name
|
silent! execute 'colo '.g:colors_name
|
||||||
|
|||||||
Reference in New Issue
Block a user