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

@@ -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