summaryrefslogtreecommitdiff
path: root/usr.bin/vim/pathdef.c
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-09-07 21:40:33 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-09-07 21:40:33 +0000
commitc224fc199c25dd257673c273eb344786b9bf532c (patch)
tree8f8ed1297120c537480d9e5d46bfe7452bd8505b /usr.bin/vim/pathdef.c
parentd0d91e2d3d6569e4defdd5178241f28fa678d753 (diff)
Initial import of vim 4.2.
This is meant to replace nvi in the tree. Vim, in general, works better, provides more features, and does not suffer from the license problems being imposed upon nvi. On the other hand, vim lacks a non-visual ex mode, in addition to open mode. This includes the GUI (X11) code, but doesn't try to compile it.
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 *)"";