From 69df565e2fa69e98c5862a4425d4e9cdc870abe2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 17 May 2019 20:58:52 +1200 Subject: Break up long lines in PHP Vim compiler script --- vim/compiler/php.vim | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/vim/compiler/php.vim b/vim/compiler/php.vim index 66313bba..e2bd0b59 100644 --- a/vim/compiler/php.vim +++ b/vim/compiler/php.vim @@ -16,8 +16,13 @@ else endif " Here be copy-pasted dragons -CompilerSet errorformat=%E%.%#Parse\ error:\ %m\ in\ %f\ on\ line\ %l, - \%W%.%#Notice:\ %m\ in\ %f\ on\ line\ %l, - \%E%.%#Parse\ error:\ %m\ in\ %f\ on\ line\ %l, - \%W%.%#Notice:\ %m\ in\ %f\ on\ line\ %l, +CompilerSet errorformat= + \%E%.%#Parse\ error: + \\ %m\ in\ %f\ on\ line\ %l, + \%W%.%#Notice: + \\ %m\ in\ %f\ on\ line\ %l, + \%E%.%#Parse\ error: + \\ %m\ in\ %f\ on\ line\ %l, + \%W%.%#Notice: + \\ %m\ in\ %f\ on\ line\ %l, \%-G%.%# -- cgit v1.2.3