reload colors when tomorrow theme changes

This commit is contained in:
Bailey Ling
2013-08-06 08:31:45 -04:00
parent 729f9e8354
commit 835f718cb6
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -36,5 +36,5 @@ endfunction
call s:generate()
augroup airline_tomorrow
autocmd!
autocmd ColorScheme * call <sid>generate()
autocmd ColorScheme * call <sid>generate() | call airline#reload_highlight()
augroup END