19 lines
522 B
Diff
19 lines
522 B
Diff
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.
|