view runtime/colors/default.vim @ 32232:daef00e8d99f v9.0.1447

patch 9.0.1447: condition is always true Commit: https://github.com/vim/vim/commit/474891bc89e657100bd37c29129451a0e601879d Author: zeertzjq <zeertzjq@outlook.com> Date: Wed Apr 12 21:36:03 2023 +0100 patch 9.0.1447: condition is always true Problem: Condition is always true. Solution: Remove the useless condition. (closes https://github.com/vim/vim/issues/12253)
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Apr 2023 22:45:03 +0200
parents 3fc0f57ecb91
children 4027cefc2aab
line wrap: on
line source

" Vim color file
" Maintainer:	Bram Moolenaar <Bram@vim.org>
" Last Change:	2001 Jul 23

" This is the default color scheme.  It doesn't define the Normal
" highlighting, it uses whatever the colors used to be.

" Set 'background' back to the default.  The value can't always be estimated
" and is then guessed.
hi clear Normal
set bg&

" Remove all existing highlighting and set the defaults.
hi clear

" Load the syntax highlighting defaults, if it's enabled.
if exists("syntax_on")
  syntax reset
endif

let colors_name = "default"

" vim: sw=2