Fix indent in vimdoc

This commit is contained in:
Oskar Tołkacz
2024-08-11 16:11:22 -04:00
parent 41bcd3e04b
commit ceb0507432

View File

@@ -257,11 +257,11 @@ Show defaults ~
-- screen width for preview window, ensure the result width is at least 50 -- screen width for preview window, ensure the result width is at least 50
-- characters wide. -- characters wide.
relative_width = true, relative_width = true,
height = 50, -- Percentage or integer of lines height = 50, -- Percentage or integer of lines
min_height = 10, -- Minimum number of lines min_height = 10, -- Minimum number of lines
-- Similar to relative_width, except the height is relative to the outline -- Similar to relative_width, except the height is relative to the outline
-- window's height. -- window's height.
relative_height = true, relative_height = true,
-- Border option for floating preview window. -- Border option for floating preview window.
-- Options include: single/double/rounded/solid/shadow or an array of border -- Options include: single/double/rounded/solid/shadow or an array of border
-- characters. -- characters.