1
0
forked from aniani/vim

patch 7.4.2116

Problem:    The default vimrc for Windows is very conservative.
Solution:   Use the defaults.vim in the Windows installer.
This commit is contained in:
Bram Moolenaar
2016-07-29 18:33:38 +02:00
parent b9a46fec3e
commit c73e4474b1
2 changed files with 3 additions and 2 deletions

View File

@@ -1153,10 +1153,9 @@ install_vimrc(int idx)
fprintf(fd, "set compatible\n"); fprintf(fd, "set compatible\n");
break; break;
case compat_some_enhancements: case compat_some_enhancements:
fprintf(fd, "set nocompatible\n"); fprintf(fd, "source $VIMRUNTIME/defaults.vim\n");
break; break;
case compat_all_enhancements: case compat_all_enhancements:
fprintf(fd, "set nocompatible\n");
fprintf(fd, "source $VIMRUNTIME/vimrc_example.vim\n"); fprintf(fd, "source $VIMRUNTIME/vimrc_example.vim\n");
break; break;
} }

View File

@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2116,
/**/ /**/
2115, 2115,
/**/ /**/