Blame vim-7.0-rclocation.patch
|
Karsten Hopp |
6cabe3 |
--- vim62/src/os_unix.h.rcloc 2003-08-04 15:38:05.000000000 +0200
|
|
Karsten Hopp |
6cabe3 |
+++ vim62/src/os_unix.h 2003-08-04 15:39:25.000000000 +0200
|
|
Karsten Hopp |
6cabe3 |
@@ -230,10 +230,10 @@
|
|
Karsten Hopp |
6cabe3 |
* Unix system-dependent file names
|
|
Karsten Hopp |
6cabe3 |
*/
|
|
Karsten Hopp |
6cabe3 |
#ifndef SYS_VIMRC_FILE
|
|
Karsten Hopp |
6cabe3 |
-# define SYS_VIMRC_FILE "$VIM/vimrc"
|
|
Karsten Hopp |
1067bf |
+# define SYS_VIMRC_FILE "/etc/vimrc"
|
|
Karsten Hopp |
6cabe3 |
#endif
|
|
Karsten Hopp |
6cabe3 |
#ifndef SYS_GVIMRC_FILE
|
|
Karsten Hopp |
6cabe3 |
-# define SYS_GVIMRC_FILE "$VIM/gvimrc"
|
|
Karsten Hopp |
1067bf |
+# define SYS_GVIMRC_FILE "/etc/gvimrc"
|
|
Karsten Hopp |
6cabe3 |
#endif
|
|
Karsten Hopp |
6cabe3 |
#ifndef DFLT_HELPFILE
|
|
Karsten Hopp |
6cabe3 |
# define DFLT_HELPFILE "$VIMRUNTIME/doc/help.txt"
|