# HG changeset patch # User Meredith Howard # Date 1407437742 14400 # Node ID 2f3acd8095b55548dccc0a887ae1851193ec1658 # Parent 1a2144e82258673777263ee6f14772a5bde01473 Disable error highlight on new-style perl prototypes diff --git a/.vimrc b/.vimrc --- 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 " }}}