summaryrefslogtreecommitdiffstats
path: root/runtime/colors/elflord.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/colors/elflord.vim')
-rw-r--r--runtime/colors/elflord.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/colors/elflord.vim b/runtime/colors/elflord.vim
index f6e66ab06e..1d06e93b27 100644
--- a/runtime/colors/elflord.vim
+++ b/runtime/colors/elflord.vim
@@ -3,7 +3,7 @@
" Maintainer: original maintainer Ron Aaron <ron@ronware.org>
" Website: https://www.github.com/vim/colorschemes
" License: Same as Vim
-" Last Updated: 2022-07-26 15:50:02
+" Last Updated: Mon Aug 8 15:21:08 2022
" Generated by Colortemplate v2.2.0
@@ -12,7 +12,7 @@ set background=dark
hi clear
let g:colors_name = 'elflord'
-let s:t_Co = exists('&t_Co') && !empty(&t_Co) && &t_Co >= 0 ? &t_Co : -1
+let s:t_Co = exists('&t_Co') ? (&t_Co ?? 0) : -1
hi! link Terminal Normal
hi! link Boolean Constant