Added patch to enable /etc/vimrc and /etc/gvimrc. Also fixed patch loop.

This commit is contained in:
2016-10-23 05:57:05 -05:00
parent 3ddd56ea2d
commit 01146deaee
2 changed files with 24 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
diff -Naur a/src/feature.h b/src/feature.h
--- a/src/feature.h 2016-09-06 14:18:24.000000000 -0500
+++ b/src/feature.h 2016-10-23 05:47:56.716000000 -0500
@@ -933,12 +933,12 @@
/*
* SYS_VIMRC_FILE Name of the system-wide .vimrc file.
*/
-/* #define SYS_VIMRC_FILE "/etc/vimrc" */
+#define SYS_VIMRC_FILE "/etc/vimrc"
/*
* SYS_GVIMRC_FILE Name of the system-wide .gvimrc file.
*/
-/* #define SYS_GVIMRC_FILE "/etc/gvimrc" */
+#define SYS_GVIMRC_FILE "/etc/gvimrc"
/*
* DFLT_HELPFILE Name of the help file.