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