d9ed24658f
* test_arglist * test_command_count * test_diffmode * test_mksession * test_startup * test_window_cmd OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=594
19 lines
526 B
Diff
19 lines
526 B
Diff
Index: vim-8.2.0348/src/feature.h
|
|
===================================================================
|
|
--- vim-8.2.0348.orig/src/feature.h
|
|
+++ vim-8.2.0348/src/feature.h
|
|
@@ -822,11 +822,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.
|