vim/vim-7.0-rclocation.patch
Karsten Hopp 6cabe3c636 - Rawhide prerelease build as vim, opposed to vim7 prerelease which could
coexist with vim-6
- conflict with older man-pages-{it,fr} packages
- cleanup lang stuff
2006-03-23 13:07:01 +00:00

16 lines
487 B
Diff

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