0
0
mirror of https://github.com/vim/vim.git synced 2025-11-13 22:54:27 -05:00

runtime(doc): Fix a few typos

closes: #18676

Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Hirohito Higashi
2025-11-01 15:24:12 +00:00
committed by Christian Brabandt
parent adc85151f3
commit 07da26710a
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
*mbyte.txt* For Vim version 9.1. Last change: 2025 Oct 26 *mbyte.txt* For Vim version 9.1. Last change: 2025 Nov 01
VIM REFERENCE MANUAL by Bram Moolenaar et al. VIM REFERENCE MANUAL by Bram Moolenaar et al.
@@ -997,8 +997,8 @@ recommended to test with an alternative one.
For proper integration with Vim's |+multi_byte_ime| system, changes in the For proper integration with Vim's |+multi_byte_ime| system, changes in the
input method's status must be detectable by the `ImmGetOpenStatus()` function input method's status must be detectable by the `ImmGetOpenStatus()` function
in Vims source code. Currently, some input methods that support multi-language in Vim's source code. Currently, some input methods that support
input may have internal state changes that gVim cannot capture. multi-language input may have internal state changes that gVim cannot capture.
Cursor color when IME or XIM is on *CursorIM* Cursor color when IME or XIM is on *CursorIM*

View File

@@ -1,4 +1,4 @@
*wayland.txt* For Vim version 9.1. Last change: 2025 Oct 26 *wayland.txt* For Vim version 9.1. Last change: 2025 Nov 01
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
@@ -73,7 +73,7 @@ selections, see |wayland-primary-selection| for more details.
*wayland-persist* *wayland-persist*
If you use X11 cut buffers, no such things exist on Wayland. Instead to If you use X11 cut buffers, no such things exist on Wayland. Instead to
emulate such functionality, a separate clipboard manager must be used in order emulate such functionality, a separate clipboard manager must be used in order
to persist selection data when a Wayland client exists. to persist selection data when a Wayland client exits.
*wayland-and-x11* *wayland-and-x11*
If your version of Vim comes compiled with both X11 and Wayland support, then If your version of Vim comes compiled with both X11 and Wayland support, then