Added patch to enable /etc/vimrc and /etc/gvimrc. Also fixed patch loop.
This commit is contained in:
18
SRC/patches/01_global_vimrc.patch
Normal file
18
SRC/patches/01_global_vimrc.patch
Normal 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.
|
||||
Reference in New Issue
Block a user