We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a46fe commit c73e447Copy full SHA for c73e447
2 files changed
src/dosinst.c
@@ -1153,10 +1153,9 @@ install_vimrc(int idx)
1153
fprintf(fd, "set compatible\n");
1154
break;
1155
case compat_some_enhancements:
1156
- fprintf(fd, "set nocompatible\n");
+ fprintf(fd, "source $VIMRUNTIME/defaults.vim\n");
1157
1158
case compat_all_enhancements:
1159
1160
fprintf(fd, "source $VIMRUNTIME/vimrc_example.vim\n");
1161
1162
}
src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
758
759
static int included_patches[] =
760
{ /* Add new patch number below this line */
761
+/**/
762
+ 2116,
763
/**/
764
2115,
765
0 commit comments