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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user