Problem: The default vimrc for Windows is very conservative.
Solution: Use the defaults.vim in the Windows installer.
fprintf(fd, "set compatible\n");
break;
case compat_some_enhancements:
- fprintf(fd, "set nocompatible\n");
+ fprintf(fd, "source $VIMRUNTIME/defaults.vim\n");
break;
case compat_all_enhancements:
- fprintf(fd, "set nocompatible\n");
fprintf(fd, "source $VIMRUNTIME/vimrc_example.vim\n");
break;
}
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2116,
/**/
2115,
/**/