comparison src/version.c @ 9669:284b4eb307fc v7.4.2111

commit https://github.com/vim/vim/commit/8c08b5b569e2a9e9f63dea514591ecfa2d3bb392 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 28 22:24:15 2016 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Jul 2016 22:30:05 +0200
parents c27052511998
children 6255ff1ea003
comparison
equal deleted inserted replaced
9668:7d1ab1664b75 9669:284b4eb307fc
756 NULL 756 NULL
757 }; 757 };
758 758
759 static int included_patches[] = 759 static int included_patches[] =
760 { /* Add new patch number below this line */ 760 { /* Add new patch number below this line */
761 /**/
762 2111,
761 /**/ 763 /**/
762 2110, 764 2110,
763 /**/ 765 /**/
764 2109, 766 2109,
765 /**/ 767 /**/
5347 version_msg(_("3rd user gvimrc file: \"")); 5349 version_msg(_("3rd user gvimrc file: \""));
5348 version_msg(USR_GVIMRC_FILE3); 5350 version_msg(USR_GVIMRC_FILE3);
5349 version_msg("\"\n"); 5351 version_msg("\"\n");
5350 # endif 5352 # endif
5351 #endif 5353 #endif
5354 version_msg(_(" defaults file: \""));
5355 version_msg(VIM_DEFAULTS_FILE);
5356 version_msg("\"\n");
5352 #ifdef FEAT_GUI 5357 #ifdef FEAT_GUI
5353 # ifdef SYS_MENU_FILE 5358 # ifdef SYS_MENU_FILE
5354 version_msg(_(" system menu file: \"")); 5359 version_msg(_(" system menu file: \""));
5355 version_msg(SYS_MENU_FILE); 5360 version_msg(SYS_MENU_FILE);
5356 version_msg("\"\n"); 5361 version_msg("\"\n");