Skip to content

Commit 39acad4

Browse files
snijkechrisbra
authored andcommitted
runtime(colorresp): use correct load guard pattern
Signed-off-by: Snijke 1.0rc <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent dfcd9ac commit 39acad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)