summaryrefslogtreecommitdiff
path: root/src/os_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.h')
-rw-r--r--src/os_unix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os_unix.h b/src/os_unix.h
index b835df657..4b3a3f10d 100644
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -303,6 +303,10 @@ typedef struct dsc$descriptor DESC;
# endif
#endif
+#ifndef VIM_DEFAULTS_FILE
+# define VIM_DEFAULTS_FILE "$VIMRUNTIME/defaults.vim"
+#endif
+
#ifndef EVIM_FILE
# define EVIM_FILE "$VIMRUNTIME/evim.vim"
#endif