1
0
forked from aniani/vim

patch 8.1.0812: Unicode 16 feature is not useful

Problem:    Unicode 16 feature is not useful and cannot be detected.
Solution:   Remove UNICODE16.
This commit is contained in:
Bram Moolenaar
2019-01-24 18:20:17 +01:00
parent 30276f2beb
commit 9ba6117de6
4 changed files with 9 additions and 48 deletions

View File

@@ -601,10 +601,6 @@
* Now always enabled.
*/
/* Define this if you want to use 16 bit Unicode only, reduces memory used for
* the screen structures. */
/* #define UNICODE16 */
/*
* +multi_byte_ime Win32 IME input method. Only for far-east Windows, so
* IME can be used to input chars. Not tested much!