a0c0895a0b
Add "Keywords" to gvim.desktop to make searching for gvim easier OBS-URL: https://build.opensuse.org/request/show/1189899 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=861
19 lines
526 B
Diff
19 lines
526 B
Diff
Index: vim-8.2.2411/src/feature.h
|
|
===================================================================
|
|
--- vim-8.2.2411.orig/src/feature.h
|
|
+++ vim-8.2.2411/src/feature.h
|
|
@@ -813,11 +813,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.
|