Skip to content

Commit 39acad4

Browse files
snijkechrisbra
authored andcommitted
runtime(colorresp): use correct load guard pattern
Signed-off-by: Snijke 1.0rc <snijke@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent dfcd9ac commit 39acad4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runtime/plugin/colorresp.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ vim9script
44
# the terminal response.
55
#
66
# Maintainer: The Vim Project <https://github.com/vim/vim>
7-
# Last Change: 2025 August 13
7+
# Last Change: 2025 Sep 05
88

9-
if exists("loaded_colorresp")
9+
if exists("g:loaded_colorresp")
1010
finish
1111
endif
1212
g:loaded_colorresp = 1

0 commit comments

Comments
 (0)