summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches/patch-feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim-share/patches/patch-feature.h')
-rw-r--r--editors/vim-share/patches/patch-feature.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/vim-share/patches/patch-feature.h b/editors/vim-share/patches/patch-feature.h
index ae88e5b23c8..5d60f4ad989 100644
--- a/editors/vim-share/patches/patch-feature.h
+++ b/editors/vim-share/patches/patch-feature.h
@@ -1,22 +1,22 @@
-$NetBSD: patch-feature.h,v 1.3 2017/01/19 09:54:56 markd Exp $
+$NetBSD: patch-feature.h,v 1.4 2020/02/23 10:39:33 morr Exp $
---- src/feature.h.orig 2014-12-23 13:34:10.000000000 +0000
+--- src/feature.h.orig 2019-12-03 21:59:23.000000000 +0000
+++ src/feature.h
-@@ -548,7 +548,7 @@
+@@ -454,7 +454,7 @@
* (used only with NO_BUILTIN_TCAPS not defined).
*/
#ifdef HAVE_TGETENT
--/* #define NO_BUILTIN_TCAPS */
+-// #define NO_BUILTIN_TCAPS
+#define NO_BUILTIN_TCAPS
#endif
#if !defined(NO_BUILTIN_TCAPS)
-@@ -931,7 +931,7 @@
+@@ -814,7 +814,7 @@
/*
* SYS_VIMRC_FILE Name of the system-wide .vimrc file.
*/
--/* #define SYS_VIMRC_FILE "/etc/vimrc" */
-+#define SYS_VIMRC_FILE "@PKG_SYSCONFDIR@/vimrc"
+-// #define SYS_VIMRC_FILE "/etc/vimrc"
++#define SYS_VIMRC_FILE "@PKG_SYSCONFDIR@/vimrc"
/*
* SYS_GVIMRC_FILE Name of the system-wide .gvimrc file.