We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcd9ac commit 39acad4Copy full SHA for 39acad4
runtime/plugin/colorresp.vim
@@ -4,9 +4,9 @@ vim9script
4
# the terminal response.
5
#
6
# Maintainer: The Vim Project <https://github.com/vim/vim>
7
-# Last Change: 2025 August 13
+# Last Change: 2025 Sep 05
8
9
-if exists("loaded_colorresp")
+if exists("g:loaded_colorresp")
10
finish
11
endif
12
g:loaded_colorresp = 1
0 commit comments