aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/mbyte.txt
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-02 11:52:52 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-05-02 12:03:34 -0400
commitabb13dde980b21b39e9d700370e3e82835007cb6 (patch)
tree6922c9b0eec02bb4acff1ba57dc4b9dea7b71b9d /runtime/doc/mbyte.txt
parentb8f3ef10c943730df8d82f229bc8b1da3a3c8294 (diff)
downloadrneovim-abb13dde980b21b39e9d700370e3e82835007cb6.tar.gz
rneovim-abb13dde980b21b39e9d700370e3e82835007cb6.tar.bz2
rneovim-abb13dde980b21b39e9d700370e3e82835007cb6.zip
vim-patch:130cbfc31235
Update runtime files https://github.com/vim/vim/commit/130cbfc31235c6cb52ffe718ea0a5bb50fbbc9fd
Diffstat (limited to 'runtime/doc/mbyte.txt')
-rw-r--r--runtime/doc/mbyte.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/mbyte.txt b/runtime/doc/mbyte.txt
index 092f54608d..a6c797a860 100644
--- a/runtime/doc/mbyte.txt
+++ b/runtime/doc/mbyte.txt
@@ -400,7 +400,7 @@ is suitable for complex input, such as CJK.
of the two ways: FrontEnd system and BackEnd system. In the FrontEnd
system, input events are snatched by the |IM-server| first, then |IM-server|
give the application the result of input. On the other hand, the BackEnd
- system works reverse order. MS Windows adopt BackEnd system. In X, most of
+ system works reverse order. MS-Windows adopt BackEnd system. In X, most of
|IM-server|s adopt FrontEnd system. The demerit of BackEnd system is the
large overhead in communication, but it provides safe synchronization with
no restrictions on applications.