From 126468a5dd46d7510b21c667b530a8cbce411964 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 14 Nov 2022 15:40:24 +0530 Subject: [PATCH] Fix #5668 --- kitty/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 86813f5dc..23f7bd72c 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -871,7 +871,7 @@ opt('draw_minimal_borders', 'yes', option_type='to_bool', long_text=''' Draw only the minimum borders needed. This means that only the borders that -separate the inactive window from a neighbor are drawn. Note that setting a +separate the window from a neighbor are drawn. Note that setting a non-zero :opt:`window_margin_width` overrides this and causes all borders to be drawn. '''