mirror of
https://github.com/amix/vimrc
synced 2025-06-24 07:44:59 +08:00
Updated plugins
This commit is contained in:
@ -58,7 +58,9 @@ function! SyntaxCheckers_php_phpmd_GetHighlightRegex(item)
|
||||
endfunction
|
||||
|
||||
function! SyntaxCheckers_php_phpmd_GetLocList() dict
|
||||
let makeprg = self.makeprgBuild({ 'post_args_before': 'text codesize,design,unusedcode,naming' })
|
||||
let makeprg = self.makeprgBuild({
|
||||
\ 'post_args_before': 'text',
|
||||
\ 'post_args': 'codesize,design,unusedcode,naming' })
|
||||
|
||||
let errorformat = '%E%f:%l%\s%#%m'
|
||||
|
||||
|
Reference in New Issue
Block a user