mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
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");
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user