From ceb05074323ba401d51e471d09a0578fead01ec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20To=C5=82kacz?= Date: Sun, 11 Aug 2024 16:11:22 -0400 Subject: [PATCH] Fix indent in vimdoc --- doc/outline.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/outline.txt b/doc/outline.txt index b5e7eed..ee54587 100644 --- a/doc/outline.txt +++ b/doc/outline.txt @@ -257,11 +257,11 @@ Show defaults ~ -- screen width for preview window, ensure the result width is at least 50 -- characters wide. relative_width = true, - height = 50, -- Percentage or integer of lines - min_height = 10, -- Minimum number of lines - -- Similar to relative_width, except the height is relative to the outline - -- window's height. - relative_height = true, + height = 50, -- Percentage or integer of lines + min_height = 10, -- Minimum number of lines + -- Similar to relative_width, except the height is relative to the outline + -- window's height. + relative_height = true, -- Border option for floating preview window. -- Options include: single/double/rounded/solid/shadow or an array of border -- characters.