diff runtime/colors/koehler.vim @ 29779:90a966f5c77a

Update runtime files Commit: https://github.com/vim/vim/commit/e80086446cc20856ed8359bc8dc87c4d430da4c8 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 19 17:15:35 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Aug 2022 18:30:06 +0200
parents e64e9ba15acc
children f00c56ee8118
line wrap: on
line diff
--- a/runtime/colors/koehler.vim
+++ b/runtime/colors/koehler.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:06
+" Last Updated: Mon Aug  8 15:21:12 2022
 
 " Generated by Colortemplate v2.2.0
 
@@ -12,7 +12,7 @@ set background=dark
 hi clear
 let g:colors_name = 'koehler'
 
-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