diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-01-24 18:20:17 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-01-24 18:20:17 +0100 |
commit | 9ba6117de6dc2993f8b42ccb9754c23694db2950 (patch) | |
tree | 1867b9c62e67ea48be78ad1d61e95e7fc0789a96 /src/feature.h | |
parent | 30276f2beb248557c6b33cd5418bca8b7084b0a5 (diff) | |
download | vim-git-9ba6117de6dc2993f8b42ccb9754c23694db2950.tar.gz |
patch 8.1.0812: Unicode 16 feature is not usefulv8.1.0812
Problem: Unicode 16 feature is not useful and cannot be detected.
Solution: Remove UNICODE16.
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/feature.h b/src/feature.h index 81b432db0..e2f9e2a00 100644 --- a/src/feature.h +++ b/src/feature.h @@ -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! |