From 9c9b110ed11a7d2bb60f5c929497751473a2703b Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 31 Oct 2022 22:35:09 +0100 Subject: [PATCH] config.spec: add missing smart_gaps inverse_outer comment --- parser-specs/config.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser-specs/config.spec b/parser-specs/config.spec index 6107c959..52bd3212 100644 --- a/parser-specs/config.spec +++ b/parser-specs/config.spec @@ -91,7 +91,7 @@ state SMART_BORDERS: enabled = 'no_gaps' -> call cfg_smart_borders($enabled) -# smart_gaps on|off +# smart_gaps on|off|inverse_outer state SMART_GAPS: enabled = '1', 'yes', 'true', 'on', 'enable', 'active' -> call cfg_smart_gaps($enabled)