Disable error highlight on new-style perl prototypes

Thu, 07 Aug 2014 14:55:42 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 07 Aug 2014 14:55:42 -0400
changeset 128
2f3acd8095b5
parent 127
1a2144e82258
child 129
390622b4e667

Disable error highlight on new-style perl prototypes

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -278,6 +278,7 @@ endfunction
 " perl fold scanning is slow
 "let perl_fold = 1           
 let perl_include_pod = 1
+let perl_no_subprototype_error = 1
 
 " }}}
 

mercurial