aboutsummaryrefslogtreecommitdiff
path: root/ui.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-09-24 23:01:10 +0800
committerjdhao <jdhao@hotmail.com>2020-09-24 23:01:10 +0800
commit00cbed4cdcd17d0e1f6587aed92144cc6634349c (patch)
tree1944ac74e74d44b8dd31f3eac58874355fee5018 /ui.vim
parentb0d5b9765e0a400b9b1a50b3dc7d4f9399a95a55 (diff)
fix style issues as per vint
Diffstat (limited to 'ui.vim')
-rw-r--r--ui.vim2
1 files changed, 1 insertions, 1 deletions
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