|
@@ -425,8 +425,8 @@ function! s:lod(names, types, ...)
|
|
|
for dir in a:types
|
|
for dir in a:types
|
|
|
call s:source(rtp, dir.'/**/*.vim')
|
|
call s:source(rtp, dir.'/**/*.vim')
|
|
|
endfor
|
|
endfor
|
|
|
- for file in a:000
|
|
|
|
|
- call s:source(rtp, file)
|
|
|
|
|
|
|
+ for pat in a:000
|
|
|
|
|
+ execute 'runtime' pat
|
|
|
endfor
|
|
endfor
|
|
|
if exists('#User#'.name)
|
|
if exists('#User#'.name)
|
|
|
execute 'doautocmd User' name
|
|
execute 'doautocmd User' name
|