|
|
@ -1,4 +1,4 @@ |
|
|
let additionals = [ "core", "miaou", "rookie", "azerty" ] |
|
|
|
|
|
|
|
|
let additionals = [ "core", "miaou", "rookie", "extra", "azerty" ] |
|
|
for additional in additionals |
|
|
for additional in additionals |
|
|
let s:vimrc_path = "/etc/vim/vimrc." . additional |
|
|
let s:vimrc_path = "/etc/vim/vimrc." . additional |
|
|
if filereadable(s:vimrc_path) |
|
|
if filereadable(s:vimrc_path) |
|
|
|