runtime(colorresp): use correct load guard pattern Commit: https://github.com/vim/vim/commit/39acad46fa7bce974f2bb036843009b8f4669ff8 Author: Snijke 1.0rc <sni...@gmail.com> Date: Fri Sep 5 21:19:24 2025 +0200
runtime(colorresp): use correct load guard pattern Signed-off-by: Snijke 1.0rc <sni...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/plugin/colorresp.vim b/runtime/plugin/colorresp.vim index f597dc7eb..b03f68fbf 100644 --- a/runtime/plugin/colorresp.vim +++ b/runtime/plugin/colorresp.vim @@ -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 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uuc8L-00669Y-Pw%40256bit.org.