From c80a3976cb34c2b3c7f6f01e9ad2db41a4f67796 Mon Sep 17 00:00:00 2001 From: Maria José Solano Date: Mon, 9 Oct 2023 15:34:48 -0700 Subject: docs: miscellaneous doc and type fixes (#25554) --- runtime/doc/options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 283c1e3612..87cf811d63 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2552,7 +2552,7 @@ A jump table for the options with a short description can be found at |Q_op|. "auto": resize to the minimum amount of folds to display. "auto:[1-9]": resize to accommodate multiple folds up to the selected level - 0: to disable foldcolumn + "0": to disable foldcolumn "[1-9]": to display a fixed number of columns See |folding|. -- cgit