comparison runtime/doc/mbyte.txt @ 27036:3e661b0cf500

Update runtime files Commit: https://github.com/vim/vim/commit/2f0936cb9a2eb026acac03e6a8fd0b2a5d97508b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 8 21:51:59 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 23:00:06 +0100
parents 9c221ad9634a
children d5570658f18d
comparison
equal deleted inserted replaced
27035:5232c68bb21d 27036:3e661b0cf500
1 *mbyte.txt* For Vim version 8.2. Last change: 2021 Oct 04 1 *mbyte.txt* For Vim version 8.2. Last change: 2022 Jan 08
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar et al. 4 VIM REFERENCE MANUAL by Bram Moolenaar et al.
5 5
6 6
860 Preedit Area and Status Area are outside of the application. The input 860 Preedit Area and Status Area are outside of the application. The input
861 method displays all pre-edit data in a separate area of the screen in a 861 method displays all pre-edit data in a separate area of the screen in a
862 window specific to the input method. 862 window specific to the input method.
863 863
864 864
865 USING XIM *multibyte-input* *E284* *E286* *E287* *E288* 865 USING XIM *multibyte-input* *E284* *E285* *E286* *E287*
866 *E285* *E289* 866 *E288* *E289*
867 867
868 Note that Display and Input are independent. It is possible to see your 868 Note that Display and Input are independent. It is possible to see your
869 language even though you have no input method for it. But when your Display 869 language even though you have no input method for it. But when your Display
870 method doesn't match your Input method, the text will be displayed wrong. 870 method doesn't match your Input method, the text will be displayed wrong.
871 871