From 00cbed4cdcd17d0e1f6587aed92144cc6634349c Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 24 Sep 2020 23:01:10 +0800 Subject: fix style issues as per vint --- ui.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.vim') diff --git a/ui.vim b/ui.vim index 8d046cd..c6c0552 100644 --- a/ui.vim +++ b/ui.vim @@ -4,7 +4,7 @@ " support true colors! For a comprehensive list of terminals supporting true " colors, see https://github.com/termstandard/colors and " https://gist.github.com/XVilka/8346728. -if $TERM == "xterm-256color" || exists('g:started_by_firenvim') +if $TERM ==# 'xterm-256color' || exists('g:started_by_firenvim') set termguicolors endif " Use dark background -- cgit v1.2.3