6aeb8c7a0a
- update to 8.1 revision 8.1.0178 - refresh disable-unreliable-tests.patch vim-7.3-filetype_changes.patch vim-7.3-filetype_ftl.patch vim-7.3-filetype_spec.patch vim-7.3-help_tags.patch vim-7.3-name_vimrc.patch vim-7.4-filetype_apparmor.patch * Warning for passing pointer to non-pointer argument. * Overlapping string argument for strcpy(). * Marks test fails in very wide window * After paging up and down fold line is wrong. * 'viminfofile' option does not behave like a file name. * Typing CTRL-W n in a terminal window causes ml_get error. * Invalid memory use with complicated pattern. * Calling message_filtered() a bit too often. * output of :marks is too short with multi-byte chars * lock flag in new dictitem is reset in many places * using dict_add_nr_str() is clumsy * :clist output can be very long. * luaeval('vim.buffer().name') returns an error. * Danish and German man pages are not installed. * Buffer not updated with 'autoread' set if file was deleted. * completion for user names does not work for a prefix. * GUI: input() fails if CTRL-C was pressed before * Evim.man missing from the distribution. * Crash with "set smarttab shiftwidth=0 softtabstop=-1". * Build with SHADOWDIR fails. * session is wrong with multiple tabs when :lcd was used * Memory leak when using :tcl expr command. OBS-URL: https://build.opensuse.org/request/show/622350 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=503
21 lines
540 B
Diff
21 lines
540 B
Diff
Index: vim-8.1.0178/src/feature.h
|
|
===================================================================
|
|
--- vim-8.1.0178.orig/src/feature.h
|
|
+++ vim-8.1.0178/src/feature.h
|
|
@@ -917,12 +917,13 @@
|
|
* 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.
|
|
*/
|