fix another solarized2 dark gui typo. also, add :AirlineTheme command.

This commit is contained in:
Bailey Ling
2013-07-10 19:55:55 +00:00
parent 4fc6b31a82
commit 16447a6aa9
3 changed files with 19 additions and 1 deletions

View File

@@ -149,6 +149,13 @@ example that you could add to your vimrc:
endfunction
call add(g:airline_window_override_funcrefs, function('MyPlugin'))
<
==============================================================================
COMMANDS *airline-commands*
>
:AirlineTheme {theme-name} *:AirlineTheme*
Changes the current airline theme.
==============================================================================
CONTRIBUTIONS *airline-contributions*