# HG changeset patch
# User Meredith Howard <mhoward@roomag.org>
# Date 1466838008 14400
# Node ID 8e4bb4e70b2fdf2262896826e2c4f3b22aff127f
# Parent  6cfbfc24ebd6625fd981a2d02be13b16019be564
use function-parameters contrib \o/

diff --git a/.vim/after/syntax/perl/custom.vim b/.vim/after/syntax/perl/custom.vim
--- a/.vim/after/syntax/perl/custom.vim
+++ b/.vim/after/syntax/perl/custom.vim
@@ -1,5 +1,5 @@
 " Add match for 'fun' from Function::Parameters
-syn match perlFunction +\<fun\>\_s*+ nextgroup=perlSubName
+" syn match perlFunction +\<fun\>\_s*+ nextgroup=perlSubName
 
 " Add match for =method from Pod::Weaver
 syn match podCommand "^=method" contained nextgroup=podCmdText contains=@NoSpell
diff --git a/.vim/after/syntax/perl/perl-contrib.vim b/.vim/after/syntax/perl/perl-contrib.vim
--- a/.vim/after/syntax/perl/perl-contrib.vim
+++ b/.vim/after/syntax/perl/perl-contrib.vim
@@ -4,6 +4,7 @@ runtime contrib/carp.vim
 runtime contrib/highlight-all-pragmas.vim
 runtime contrib/moose.vim
 runtime contrib/method-signatures.vim
+runtime contrib/function-parameters.vim
 runtime contrib/test-more.vim
 runtime contrib/try-tiny.vim