jkunstle / rpms / vim

Forked from rpms/vim 3 years ago
Clone

Blame SOURCES/vim-7.0-rclocation.patch

6646c7
--- vim62/src/os_unix.h.rcloc	2003-08-04 15:38:05.000000000 +0200
6646c7
+++ vim62/src/os_unix.h	2003-08-04 15:39:25.000000000 +0200
6646c7
@@ -230,10 +230,10 @@
6646c7
  * Unix system-dependent file names
6646c7
  */
6646c7
 #ifndef SYS_VIMRC_FILE
6646c7
-# define SYS_VIMRC_FILE "$VIM/vimrc"
6646c7
+# define SYS_VIMRC_FILE "/etc/vimrc"
6646c7
 #endif
6646c7
 #ifndef SYS_GVIMRC_FILE
6646c7
-# define SYS_GVIMRC_FILE "$VIM/gvimrc"
6646c7
+# define SYS_GVIMRC_FILE "/etc/gvimrc"
6646c7
 #endif
6646c7
 #ifndef DFLT_HELPFILE
6646c7
 # define DFLT_HELPFILE	"$VIMRUNTIME/doc/help.txt"