summaryrefslogtreecommitdiff
path: root/usr.bin/vim/pathdef.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/vim/pathdef.c')
-rw-r--r--usr.bin/vim/pathdef.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/vim/pathdef.c b/usr.bin/vim/pathdef.c
new file mode 100644
index 00000000000..4b0b768b57a
--- /dev/null
+++ b/usr.bin/vim/pathdef.c
@@ -0,0 +1,7 @@
+/* $OpenBSD: pathdef.c,v 1.1 1996/09/07 21:40:25 downsj Exp $ */
+#include "vim.h"
+char_u *sys_compatrc_fname = (char_u *)SYS_COMPATRC_FILE;
+char_u *sys_vimrc_fname = (char_u *)SYS_VIMRC_FILE;
+char_u *sys_gvimrc_fname = (char_u *)SYS_GVIMRC_FILE;
+char_u *help_fname = (char_u *)VIM_HLP;
+char_u *all_cflags = (char_u *)"";