aboutsummaryrefslogtreecommitdiff
path: root/autoload/sonictemplate/lang/perl.vim
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/sonictemplate/lang/perl.vim')
-rw-r--r--autoload/sonictemplate/lang/perl.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/sonictemplate/lang/perl.vim b/autoload/sonictemplate/lang/perl.vim
index add3d12..c9e5a6d 100644
--- a/autoload/sonictemplate/lang/perl.vim
+++ b/autoload/sonictemplate/lang/perl.vim
@@ -1,4 +1,4 @@
-function! sonictemplate#lang#perl#guess()
+function! sonictemplate#lang#perl#guess() abort
if expand('%:t') ==# 'Makefile.PL'
return {
\ 'filter': 'make',