@@ -128,7 +128,7 @@ There are several ways to enter multi-byte characters:
128128- For MS-Windows IME can be used. See | IME | .
129129- For all systems keymaps can be used. See | mbyte-keymap | .
130130
131- The options 'iminsert' , 'imsearch' and 'imcmdline' can be used to chose
131+ The options 'iminsert' , 'imsearch' and 'imcmdline' can be used to choose
132132the different input methods or disable them temporarily.
133133
134134==============================================================================
@@ -141,8 +141,8 @@ in, or just use a certain locale inside Vim.
141141
142142WHAT IS A LOCALE? *locale*
143143
144- There are many of languages in the world. And there are different cultures
145- and environments at least as much as the number of languages. A linguistic
144+ There are many languages in the world. And there are different cultures and
145+ environments at least as many as the number of languages. A linguistic
146146environment corresponding to an area is called "locale". This includes
147147information about the used language, the charset, collating order for sorting,
148148date format, currency format and so on. For Vim only the language and charset
@@ -889,7 +889,7 @@ input_server_name is your |IM-server| name (check your |IM-server|
889889your_input_style is one of | OverTheSpot | , | OffTheSpot | , | Root | . See
890890 also | xim-input-style | .
891891
892- *international may not necessary if you use X11R6.
892+ *international may not be necessary if you use X11R6.
893893*.inputMethod and *.preeditType are optional if you use X11R6.
894894
895895For example, when you are using kinput2 as | IM-server | , >
@@ -952,7 +952,7 @@ automatically.
952952
953953This works on not only insert-normal mode, but also search-command input and
954954replace mode.
955- The options 'iminsert' , 'imsearch' and 'imcmdline' can be used to chose
955+ The options 'iminsert' , 'imsearch' and 'imcmdline' can be used to choose
956956the different input methods or disable them temporarily.
957957
958958WHAT IS IME
0 commit comments