From a6c054f596f2fdee824f9a103a39c61c3ffa5c16 Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Thu, 5 Jan 2023 13:45:39 +0900 Subject: [PATCH] Added comment --- lib/youplot/parser.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/youplot/parser.rb b/lib/youplot/parser.rb index 6232a01..a95f49c 100644 --- a/lib/youplot/parser.rb +++ b/lib/youplot/parser.rb @@ -366,6 +366,9 @@ module YouPlot options[:color_names] = v end + # Currently it simply displays the configuration file, + # but in the future this may be changed to open a text editor like Vim + # to edit the configuration file. when :config show_config_info