Skip to content

Commit

Permalink
fixed format bpearson#2
Browse files Browse the repository at this point in the history
  • Loading branch information
crow committed Jan 21, 2015
1 parent 8ac6517 commit 972acfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/phpcs.vim
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if !exists('Vimphpcs_ExtraArgs')
endif

function! s:CodeSniff(extraarg)
set errorformat+=\"%f\"\\,%l\\,%c\\,%t%*[a-zA-Z]\\,\"%m\"\\,%*[a-zA-Z0-9_.-]\\,%*[0-9]
set errorformat+=\"%f\"\\,%l\\,%c\\,%t%*[a-zA-Z]\\,\"%m\"\\,%*[a-zA-Z0-9_.-\\,]
let l:extraarg = a:extraarg.' '.g:Vimphpcs_ExtraArgs
let l:filename = @%
let l:phpcs_cmd = g:Vimphpcs_Phpcscmd
Expand Down

0 comments on commit 972acfc

Please sign in to comment.