commit
ab92a95969
|
@ -207,7 +207,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)
|
||||||
|
|
|
@ -623,7 +623,7 @@ to your liking. Here is an example: >
|
||||||
return 1
|
return 1
|
||||||
endfunction
|
endfunction
|
||||||
<
|
<
|
||||||
The above example uses various some example highlight groups to demonstrate
|
The above example uses various example highlight groups to demonstrate
|
||||||
that you can use any combination from the loaded colorscheme. However, if
|
that you can use any combination from the loaded colorscheme. However, if
|
||||||
you want colors to change between modes, you should use one of the section
|
you want colors to change between modes, you should use one of the section
|
||||||
highlight groups, e.g. `airline_a` and `airline_b`.
|
highlight groups, e.g. `airline_a` and `airline_b`.
|
||||||
|
|
Loading…
Reference in New Issue