Add bang to function definitions

This makes it easier to reload the files, e.g. via vim-scriptease's
`:Runtime`.
This commit is contained in:
Daniel Hahler
2016-04-20 21:10:28 +02:00
parent 95237f6604
commit 5652b576b0
5 changed files with 7 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ function! s:on_colorscheme_changed()
call airline#load_theme()
endfunction
function airline#cmdwinenter(...)
function! airline#cmdwinenter(...)
call airline#extensions#apply_left_override('Command Line', '')
endfunction