Skip to content

Commit e47e794

Browse files
committed
Update gui.{txt,jax}
1 parent cf3b4e1 commit e47e794

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

doc/gui.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui.txt* For Vim バージョン 9.1. Last change: 2025 Aug 10
1+
*gui.txt* For Vim バージョン 9.1. Last change: 2025 Oct 12
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar

en/gui.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*gui.txt* For Vim version 9.1. Last change: 2025 Aug 10
1+
*gui.txt* For Vim version 9.1. Last change: 2025 Oct 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -164,7 +164,7 @@ window Vim is running in with these commands: >
164164
*gui-IME* *iBus*
165165
Input methods for international characters in X that rely on the XIM
166166
framework, most notably iBus, have been known to produce undesirable results
167-
in gvim. These may include an inability to enter spaces, or long delays
167+
in gvim. These may include an inability to enter spaces, or long delays
168168
between typing a character and it being recognized by the application.
169169

170170
One workaround that has been successful, for unknown reasons, is to prevent
@@ -574,8 +574,8 @@ the mouse button down on this will pop up a menu containing the item
574574
which when selected, performs the operation.
575575

576576
To create a menu for terminal mode, use |:tlmenu| instead of |:tmenu| unlike
577-
key mapping (|:tmap|). This is because |:tmenu| is already used for defining
578-
tooltips for menus. See |terminal-typing|.
577+
key mapping (|:tmap|). This is because |:tmenu| is already used for defining
578+
tooltips for menus. See |terminal-typing|.
579579

580580
Special characters in a menu name:
581581

@@ -851,7 +851,7 @@ not wrap.
851851

852852
Note that Vim may be in any mode when executing these commands. The menu
853853
should be defined for Normal mode and will be executed without changing the
854-
current mode. Thus if the current window is in Visual mode and the menu
854+
current mode. Thus if the current window is in Visual mode and the menu
855855
command does not intentionally change the mode, Vim will remain in Visual
856856
mode. Best is to use `:nnoremenu` to avoid side effects.
857857

@@ -1019,8 +1019,8 @@ The tip is defined like this: >
10191019
And delete it with: >
10201020
:tunmenu MyMenu.Hello
10211021
1022-
Tooltips are currently only supported for the X11 and Win32 GUI. However, they
1023-
should appear for the other gui platforms in the not too distant future.
1022+
Tooltips are currently only supported for the X11 and Win32 GUI. However,
1023+
they should appear for the other gui platforms in the not too distant future.
10241024

10251025
The ":tmenu" command works just like other menu commands, it uses the same
10261026
arguments. ":tunmenu" deletes an existing menu tip, in the same way as the
@@ -1158,12 +1158,12 @@ Examples: >
11581158
11591159
See also |font-sizes|.
11601160

1161-
Note on Weights: Fonts often come with a variety of weights. "Normal" weights
1161+
Note on Weights: Fonts often come with a variety of weights. "Normal" weights
11621162
in Windows have a value of 400 and, left unspecified, this is the value that
1163-
will be used when attempting to find fonts. Windows will often match fonts
1163+
will be used when attempting to find fonts. Windows will often match fonts
11641164
based on their weight with higher priority than the font name which means a
11651165
Book or Medium variant of a font might be used despite specifying a Light or
1166-
ExtraLight variant. If you are experiencing heavier weight substitution, then
1166+
ExtraLight variant. If you are experiencing heavier weight substitution, then
11671167
explicitly setting a lower weight value may mitigate against this unwanted
11681168
substitution.
11691169

0 commit comments

Comments
 (0)