[Bug 1082655] New: vim: please, provide a /etc/vim.d
http://bugzilla.opensuse.org/show_bug.cgi?id=1082655 Bug ID: 1082655 Summary: vim: please, provide a /etc/vim.d Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: Basesystem Assignee: bnc-team-screening@forge.provo.novell.com Reporter: luizluca@tre-sc.jus.br QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- As many other sw do, vim could use a config directory. It is just a matter of including those lines in /etc/vimrc for rcfile in split(globpath("/etc/vim.d/", "*.vim"), '\n') execute('source '.rcfile) endfor -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1082655 Andreas Stieger <astieger@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bnc-team-screening@forge.pr |idonmez@suse.com |ovo.novell.com | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1082655 http://bugzilla.opensuse.org/show_bug.cgi?id=1082655#c1 Michael Brunner <michael.brunner@sm0x.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |michael.brunner@sm0x.org --- Comment #1 from Michael Brunner <michael.brunner@sm0x.org> --- Same problem here. I want do deliver a system wide configuration which will not be altered by system updates. The man page of vim says that the system wide vim initialization is on /usr/share/vim/vimrc but a echo "set nu" >> /usr/share/vim/vimrc doesn't change anything. The only file I found is on /etc/vimrc but it looks like that this file is delivered by suse and I am not sure what happens with changes in this file when it comes to system updates. In my opinion a clean solution should result in a configuration file which belongs to the distributor, one file which describes system wide settings and the files in the users home directory. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com