summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-01-24 18:20:17 +0100
committerBram Moolenaar <Bram@vim.org>2019-01-24 18:20:17 +0100
commit9ba6117de6dc2993f8b42ccb9754c23694db2950 (patch)
tree1867b9c62e67ea48be78ad1d61e95e7fc0789a96 /src/feature.h
parent30276f2beb248557c6b33cd5418bca8b7084b0a5 (diff)
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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/feature.h b/src/feature.h
index 81b432db03..e2f9e2a004 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!