vimrc.azerty related to zoneinfo
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
let additionals = [ "core", "miaou", "rookie", "azerty" ]
|
||||
for additional in additionals
|
||||
let s:vimrc_path = "/etc/vim/vimrc." . additional
|
||||
if filereadable(s:vimrc_path)
|
||||
execute "source " . expand(s:vimrc_path)
|
||||
endif
|
||||
endfor
|
||||
|
||||
Reference in New Issue
Block a user