summaryrefslogtreecommitdiffhomepage
path: root/354.vim.vars
diff options
context:
space:
mode:
Diffstat (limited to '354.vim.vars')
-rw-r--r--354.vim.vars17
1 files changed, 17 insertions, 0 deletions
diff --git a/354.vim.vars b/354.vim.vars
new file mode 100644
index 00000000..e3df5186
--- /dev/null
+++ b/354.vim.vars
@@ -0,0 +1,17 @@
+#
+# . ./build.vars and set -o errexit are assumed.
+#
+
+pkg_vim_configure_pre() {
+ export vim_cv_bcopy_handles_overlap=yes;
+ export vim_cv_getcwd_broken=no;
+ export vim_cv_memcpy_handles_overlap=no;
+ export vim_cv_memmove_handles_overlap=yes;
+ export vim_cv_stat_ignores_slash=no;
+ export vim_cv_terminfo=yes;
+ export vim_cv_toupper_broken=no;
+ export vim_cv_tty_group=tty;
+ export vim_cv_tty_mode=0666;
+};
+
+# vim:filetype=sh