From bded0905e0dc5037490fb706131a3acdd40cfba9 Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Wed, 8 Mar 2023 11:22:04 -0800 Subject: [PATCH] Fix 'gdefault' etc help tags being broken MacVim's docs for 'fuoptions' above didn't terminate a code block which resulted in the 'gdefault' help tags being broken as they were treated as code blocks as well. Fix up the docs properly. --- runtime/doc/options.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 1b3e331655..293392a682 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -3818,7 +3818,6 @@ A jump table for the options with a short description can be found at |Q_op|. they are determined by the size of the window. 'fuoptions' allows you to override part of that behavior if using custom full screen. - *'fuoptions'* *'fuopt'* 'fuoptions' 'fuopt' string (default "maxvert,maxhorz") global @@ -3858,9 +3857,7 @@ A jump table for the options with a short description can be found at |Q_op|. < Don't change size when entering fullscreen, and color the background like the current text background: > :set fuoptions=background:Normal - - - +< *'gdefault'* *'gd'* *'nogdefault'* *'nogd'* 'gdefault' 'gd' boolean (default off) global