diff options
Diffstat (limited to 'editors/vim-share/patches/patch-feature.h')
-rw-r--r-- | editors/vim-share/patches/patch-feature.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/vim-share/patches/patch-feature.h b/editors/vim-share/patches/patch-feature.h index 7fd572bdeaf..0e11ce9364d 100644 --- a/editors/vim-share/patches/patch-feature.h +++ b/editors/vim-share/patches/patch-feature.h @@ -1,8 +1,8 @@ -$NetBSD: patch-feature.h,v 1.1 2012/08/28 05:59:39 morr Exp $ +$NetBSD: patch-feature.h,v 1.2 2016/07/03 13:20:59 morr Exp $ --- src/feature.h.orig 2012-05-25 09:26:32.000000000 +0000 +++ src/feature.h -@@ -559,7 +559,7 @@ +@@ -548,7 +548,7 @@ * (used only with NO_BUILTIN_TCAPS not defined). */ #ifdef HAVE_TGETENT @@ -10,4 +10,4 @@ $NetBSD: patch-feature.h,v 1.1 2012/08/28 05:59:39 morr Exp $ +#define NO_BUILTIN_TCAPS #endif - #if !defined(NO_BUILTIN_TCAPS) && !defined(FEAT_GUI_W16) + #if !defined(NO_BUILTIN_TCAPS) |