summaryrefslogtreecommitdiffstats
path: root/src/feature.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/feature.h
parenteac784eced501c54d2c99e18a1af96cd996f3a6c (diff)
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/feature.h')
-rw-r--r--src/feature.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h
index 9dc7dc2892..1b1f3452e3 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -906,6 +906,11 @@
/* #define USR_VIMRC_FILE3 "$VIM/.vimrc" */
/*
+ * VIM_DEFAULTS_FILE Name of the defaults.vim script file
+ */
+/* #define VIM_DEFAULTS_FILE "$VIMRUNTIME/defaults.vim" */
+
+/*
* EVIM_FILE Name of the evim.vim script file
*/
/* #define EVIM_FILE "$VIMRUNTIME/evim.vim" */