mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2024-12-05 00:13:34 +08:00
Clarify doc for loading custom extensions
This commit is contained in:
parent
dbd6c4a71a
commit
ffbbaa769a
|
@ -206,7 +206,8 @@ function! airline#extensions#load()
|
||||||
call airline#extensions#promptline#init(s:ext)
|
call airline#extensions#promptline#init(s:ext)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" load all other extensions not part of the default distribution
|
" Load all other extensions, which are not part of the default distribution.
|
||||||
|
" (autoload/airline/extensions/*.vim outside of our s:script_path).
|
||||||
for file in split(globpath(&rtp, "autoload/airline/extensions/*.vim"), "\n")
|
for file in split(globpath(&rtp, "autoload/airline/extensions/*.vim"), "\n")
|
||||||
" we have to check both resolved and unresolved paths, since it's possible
|
" we have to check both resolved and unresolved paths, since it's possible
|
||||||
" that they might not get resolved properly (see #187)
|
" that they might not get resolved properly (see #187)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user