diff src/feature.h @ 10134:95e9be4bc490 v7.4.2338

commit https://github.com/vim/vim/commit/7947312871e7d01cdba058199904c212ec32f1c0 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 6 21:32:11 2016 +0200 patch 7.4.2338 Problem: Can't build with small features. (John Marriott) Solution: Nearly always define FEAT_TAG_BINS.
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Sep 2016 21:45:06 +0200
parents 4aead6a9b7a9
children b8299e742f41
line wrap: on
line diff
--- a/src/feature.h
+++ b/src/feature.h
@@ -332,7 +332,7 @@
  * sorted by character values.  I'm not sure how to fix this. Should we really
  * do a EBCDIC to ASCII conversion for this??
  */
-#if defined(FEAT_NORMAL) && !defined(EBCDIC)
+#if !defined(EBCDIC)
 # define FEAT_TAG_BINS
 #endif