0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

runtime(colorresp): use correct load guard pattern

Signed-off-by: Snijke 1.0rc <snijke@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Snijke 1.0rc
2025-09-05 21:19:24 +02:00
committed by Christian Brabandt
parent dfcd9ac120
commit 39acad46fa

View File

@@ -4,9 +4,9 @@ vim9script
# the terminal response.
#
# Maintainer: The Vim Project <https://github.com/vim/vim>
# Last Change: 2025 August 13
# Last Change: 2025 Sep 05
if exists("loaded_colorresp")
if exists("g:loaded_colorresp")
finish
endif
g:loaded_colorresp = 1