From a5720dc053faa6aa063a90c268329e6f4963b788 Mon Sep 17 00:00:00 2001 From: James Jones Date: Mon, 17 Feb 2020 10:52:26 -0500 Subject: [PATCH] Fix global variable warning [EVL105] global variable `colors_name` is defined without g: --- colors/burnttoast256.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/burnttoast256.vim b/colors/burnttoast256.vim index 1b1a388..4c7206c 100644 --- a/colors/burnttoast256.vim +++ b/colors/burnttoast256.vim @@ -33,7 +33,7 @@ if exists("syntax_on") syntax reset endif -let colors_name = "burnttoast256" +let g:colors_name = "burnttoast256" " now set it up to change the status line based on mode "if version >= 700