forked from aniani/vim
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.
This commit is contained in:
@@ -758,6 +758,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2111,
|
||||
/**/
|
||||
2110,
|
||||
/**/
|
||||
@@ -5349,6 +5351,9 @@ list_version(void)
|
||||
version_msg("\"\n");
|
||||
# endif
|
||||
#endif
|
||||
version_msg(_(" defaults file: \""));
|
||||
version_msg(VIM_DEFAULTS_FILE);
|
||||
version_msg("\"\n");
|
||||
#ifdef FEAT_GUI
|
||||
# ifdef SYS_MENU_FILE
|
||||
version_msg(_(" system menu file: \""));
|
||||
|
Reference in New Issue
Block a user