Require function! to be used instead of function
This commit is contained in:
parent
e19a81cb09
commit
cb8a140141
2 changed files with 2 additions and 1 deletions
|
@ -75,6 +75,7 @@ fi
|
|||
check_errors \
|
||||
'^function.*) *$' \
|
||||
'Function without abort keyword (See :help except-compat)'
|
||||
check_errors '^function[^!]' 'function without !'
|
||||
check_errors ' \+$' 'Trailing whitespace'
|
||||
check_errors '^ * end\?i\? *$' 'Write endif, not en, end, or endi'
|
||||
check_errors '^ [^ ]' 'Use four spaces, not two spaces'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue