5 lines
92 B
VimL
5 lines
92 B
VimL
|
|
for fpath in split(globpath('~/.vim/settings', '*.vim'), '\n')
|
|
exe 'source' fpath
|
|
endfor
|