summaryrefslogtreecommitdiff
path: root/test/script
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-09-11 00:47:10 +0100
committerw0rp <devw0rp@gmail.com>2017-09-11 00:47:10 +0100
commitcb8a140141d6365f48e66dfaaaa8f9957f0dc832 (patch)
tree06914db7b1f615f95eeeb2eb15ae3cdaa4c5e7f6 /test/script
parente19a81cb09eccc30f064f31cfab8f3a525a88071 (diff)
downloadale-cb8a140141d6365f48e66dfaaaa8f9957f0dc832.zip
Require function! to be used instead of function
Diffstat (limited to 'test/script')
-rwxr-xr-xtest/script/custom-checks1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/script/custom-checks b/test/script/custom-checks
index aad16c9c..3624ffd7 100755
--- a/test/script/custom-checks
+++ b/test/script/custom-checks
@@ -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'