mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 12:14:24 +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:
@@ -48,7 +48,7 @@ function! s:wordcount()
|
||||
endif
|
||||
endfunction
|
||||
|
||||
function s:get_decimal_group()
|
||||
function! s:get_decimal_group()
|
||||
if match(v:lang, '\v\cC|en') > -1
|
||||
return ','
|
||||
elseif match(v:lang, '\v\cde|dk|fr|pt') > -1
|
||||
|
||||
Reference in New Issue
Block a user