diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-24 23:01:10 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-24 23:01:10 +0800 |
| commit | 00cbed4cdcd17d0e1f6587aed92144cc6634349c (patch) | |
| tree | 1944ac74e74d44b8dd31f3eac58874355fee5018 /ui.vim | |
| parent | b0d5b9765e0a400b9b1a50b3dc7d4f9399a95a55 (diff) | |
fix style issues as per vint
Diffstat (limited to 'ui.vim')
| -rw-r--r-- | ui.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
