mirror of
https://github.com/amix/vimrc
synced 2025-06-24 07:44:59 +08:00
Updated vim plugins
This commit is contained in:
@ -28,14 +28,14 @@ function! SyntaxCheckers_slim_slimrb_GetLocList() dict
|
||||
|
||||
if s:slimrb_new
|
||||
let errorformat =
|
||||
\ '%C\ %#%f\, Line %l\, Column %c,'.
|
||||
\ '%-G\ %.%#,'.
|
||||
\ '%C %#%f\, Line %l\, Column %c,'.
|
||||
\ '%-G %.%#,'.
|
||||
\ '%ESlim::Parser::SyntaxError: %m,'.
|
||||
\ '%+C%.%#'
|
||||
else
|
||||
let errorformat =
|
||||
\ '%C\ %#%f\, Line %l,'.
|
||||
\ '%-G\ %.%#,'.
|
||||
\ '%C %#%f\, Line %l,'.
|
||||
\ '%-G %.%#,'.
|
||||
\ '%ESlim::Parser::SyntaxError: %m,'.
|
||||
\ '%+C%.%#'
|
||||
endif
|
||||
|
Reference in New Issue
Block a user