mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-17 16:45:02 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user