@@ -3804,7 +3804,7 @@ A jump table for the options with a short description can be found at |Q_op|.
3804
3804
3805
3805
Custom / non-native full screen configuration:~
3806
3806
3807
- See 'fuoptions' for how Vim resizes and colors the background when
3807
+ See 'fuoptions' for how Vim resizes and colors the background when
3808
3808
entering and leaving fullscreen mode.
3809
3809
3810
3810
There is an optional fade-to-black effect while transitioning that
@@ -3828,10 +3828,10 @@ A jump table for the options with a short description can be found at |Q_op|.
3828
3828
In non-native fullscreen mode, MacVim can be configured to either show
3829
3829
all the content filling up the whole screen, or only use part of the
3830
3830
screen to show the content, centered. This option controls the size
3831
- of the Vim control as well as the color of the unused screen area.
3831
+ of the Vim control as well as the color of the unused screen area.
3832
3832
value effect ~
3833
3833
maxvert When entering fullscreen, 'lines' is set to the maximum number
3834
- of lines fitting on the screen in fullscreen mode. If unset,
3834
+ of lines fitting on the screen in fullscreen mode. If unset,
3835
3835
'lines' will be unchanged when entering fullscreen mode.
3836
3836
maxhorz When entering fullscreen, 'columns' is set to the maximum number
3837
3837
of columns fitting on the screen in fullscreen mode. If unset,
@@ -3847,7 +3847,7 @@ A jump table for the options with a short description can be found at |Q_op|.
3847
3847
group's background color, as defined by the current color
3848
3848
scheme.
3849
3849
3850
- Examples:
3850
+ Examples:
3851
3851
Don't change size when entering fullscreen: >
3852
3852
:set fuoptions=
3853
3853
< Only maximize vertically when entering fullscreen: >
@@ -5386,7 +5386,7 @@ A jump table for the options with a short description can be found at |Q_op|.
5386
5386
No longer supported, as the Mac OS X GUI code was removed.
5387
5387
5388
5388
*'macligatures'* *'nomacligatures'*
5389
- 'macligatures' boolean (default off)
5389
+ 'macligatures' boolean (default off)
5390
5390
global
5391
5391
{not in Vi}
5392
5392
{only available when compiled with GUI enabled on
@@ -5399,7 +5399,7 @@ A jump table for the options with a short description can be found at |Q_op|.
5399
5399
'Use Core Text renderer' is enabled in the GUI preferences pane.
5400
5400
5401
5401
*'macthinstrokes'* *'nomacthinstrokes'*
5402
- 'macthinstrokes' boolean (default off)
5402
+ 'macthinstrokes' boolean (default off)
5403
5403
global
5404
5404
{not in Vi}
5405
5405
{only available when compiled with GUI enabled on
0 commit comments