From a534e726e55ce478875ffc19e39164ffacb83f8f Mon Sep 17 00:00:00 2001 From: Lifepillar Date: Thu, 30 Nov 2017 18:34:16 +0100 Subject: [PATCH] Update comment. --- scripts/make_colorschemes.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_colorschemes.vim b/scripts/make_colorschemes.vim index e79831c..21ce668 100644 --- a/scripts/make_colorschemes.vim +++ b/scripts/make_colorschemes.vim @@ -1,4 +1,4 @@ -" Source this script to parse all the templates in this folder and +" Source this script to parse all the templates in the templates folder and " generate corresponding colorschemes in the colors folder (the colors folder " will be created if it does not exist). " Note: existing files in the colors folder are overridden.