e67ab2a476
- Update apparmor.vim to latest version (from AppArmor 4.0.2) - add support for "all" and "userns" rules, and new profile flags OBS-URL: https://build.opensuse.org/request/show/1190646 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=863
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.
|