summaryrefslogtreecommitdiff
path: root/src/os_mac.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-28 22:24:15 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-28 22:24:15 +0200
commit8c08b5b569e2a9e9f63dea514591ecfa2d3bb392 (patch)
tree4303829cd42d4910ee0d0dfc35687c7b313c5e14 /src/os_mac.h
parenteac784eced501c54d2c99e18a1af96cd996f3a6c (diff)
downloadvim-git-8c08b5b569e2a9e9f63dea514591ecfa2d3bb392.tar.gz
patch 7.4.2111v7.4.2111
Problem: Defaults are very conservative. Solution: Move settings from vimrc_example.vim to defaults.vim. Load defaults.vim if no .vimrc was found.
Diffstat (limited to 'src/os_mac.h')
-rw-r--r--src/os_mac.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os_mac.h b/src/os_mac.h
index c13a30158..28627f330 100644
--- a/src/os_mac.h
+++ b/src/os_mac.h
@@ -139,6 +139,9 @@
#ifndef SYS_OPTWIN_FILE
# define SYS_OPTWIN_FILE "$VIMRUNTIME/optwin.vim"
#endif
+#ifndef VIM_DEFAULTS_FILE
+# define VIM_DEFAULTS_FILE "$VIMRUNTIME/defaults.vim"
+#endif
#ifndef EVIM_FILE
# define EVIM_FILE "$VIMRUNTIME/evim.vim"
#endif