Skip to content

Commit 7af806d

Browse files
committed
Fix help files style check failure in CI
1 parent 88b74d8 commit 7af806d

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

runtime/doc/autocmd.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Name triggered by ~
334334
|EncodingChanged| after the 'encoding' option has been changed
335335
|TermChanged| after the value of 'term' has changed
336336
|OptionSet| after setting any option
337-
|OSAppearanceChanged| after the variable |v:os_appearance| has changed
337+
|OSAppearanceChanged| after the variable |v:os_appearance| has changed
338338
{only in MacVim GUI}
339339

340340
Startup and exit
@@ -1042,7 +1042,7 @@ OptionSet After setting an option. The pattern is
10421042
When using |:set| in the autocommand the event
10431043
is not triggered again.
10441044
*OSAppearanceChanged*
1045-
OSAppearanceChanged After changing the variable |v:os_appearance|.
1045+
OSAppearanceChanged After changing the variable |v:os_appearance|.
10461046
This change happens only if the OS changes
10471047
its appearance and Vim is running with a GUI.
10481048
{only in MacVim GUI}

runtime/doc/eval.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2361,9 +2361,9 @@ v:operator The last operator given in Normal mode. This is a single
23612361

23622362
*v:os_appearance* *os-appearance-variable*
23632363
v:os_appearance The current OS appearance mode. Useful if you want to change
2364-
options |background| or |colorscheme| according to the
2364+
options |background| or |colorscheme| according to the
23652365
appearance of the GUI frontend. See also |OSAppearanceChanged|.
2366-
value description ~
2366+
value description~
23672367
0 Light Mode (always 0 on unsupported platforms)
23682368
1 Dark Mode
23692369
2 High-Contrast Light Mode

runtime/doc/gui_mac.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*gui_mac.txt* Last change: 2023 Feb 7
22

3-
MACVIM REFERENCE MANUAL
3+
MACVIM REFERENCE MANUAL
44

55
The MacVim Graphical User Interface *macvim* *gui-macvim*
66

runtime/doc/options.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3804,7 +3804,7 @@ A jump table for the options with a short description can be found at |Q_op|.
38043804

38053805
Custom / non-native full screen configuration:~
38063806

3807-
See 'fuoptions' for how Vim resizes and colors the background when
3807+
See 'fuoptions' for how Vim resizes and colors the background when
38083808
entering and leaving fullscreen mode.
38093809

38103810
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|.
38283828
In non-native fullscreen mode, MacVim can be configured to either show
38293829
all the content filling up the whole screen, or only use part of the
38303830
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.
38323832
value effect ~
38333833
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,
38353835
'lines' will be unchanged when entering fullscreen mode.
38363836
maxhorz When entering fullscreen, 'columns' is set to the maximum number
38373837
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|.
38473847
group's background color, as defined by the current color
38483848
scheme.
38493849

3850-
Examples:
3850+
Examples:
38513851
Don't change size when entering fullscreen: >
38523852
:set fuoptions=
38533853
< 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|.
53865386
No longer supported, as the Mac OS X GUI code was removed.
53875387

53885388
*'macligatures'* *'nomacligatures'*
5389-
'macligatures' boolean (default off)
5389+
'macligatures' boolean (default off)
53905390
global
53915391
{not in Vi}
53925392
{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|.
53995399
'Use Core Text renderer' is enabled in the GUI preferences pane.
54005400

54015401
*'macthinstrokes'* *'nomacthinstrokes'*
5402-
'macthinstrokes' boolean (default off)
5402+
'macthinstrokes' boolean (default off)
54035403
global
54045404
{not in Vi}
54055405
{only available when compiled with GUI enabled on

0 commit comments

Comments
 (0)