patch 7.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.
diff --git a/src/feature.h b/src/feature.h
index 9dc7dc2..1b1f345 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" */