From 87ffae295edf4fb2a9c33c552b12f09921def29f Mon Sep 17 00:00:00 2001 From: Eero Ruohola Date: Thu, 11 Feb 2021 01:06:19 +0200 Subject: Fix issue where `syntax_style` config value would not have any effect (#1241) These config properties got introduced in 41dd24e8 as a means to have more granular control over the syntax highlighting. The problem is that these cannot be in the default config file since `get_config()` always reads both the default config file and the user specified one, and there is no way to unset these variables in the user specified config file to restore their default behavior. Even if there would be a way, it wouldn't be intuitive at all to be required to unset some random settings under the `[colors]` section just to be able to use the well documented `syntax_style` setting. Note that one *can* still set these three lines in their user config file if they want to utilize them. Resolves #1212 --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index baaf758c..b7f50adf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -114,6 +114,7 @@ Contributors: * Tom Caruso (tomplex) * Jan Brun Rasmussen (janbrunrasmussen) * Kevin Marsh (kevinmarsh) + * Eero Ruohola (ruohola) Creator: -------- -- cgit v1.2.3