Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 400a20c

Browse files
committed
Checker solc: even more cleanup. :)
1 parent 29d76d5 commit 400a20c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/syntastic.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if has('reltime')
1919
lockvar! g:_SYNTASTIC_START
2020
endif
2121

22-
let g:_SYNTASTIC_VERSION = '3.7.0-188'
22+
let g:_SYNTASTIC_VERSION = '3.7.0-189'
2323
lockvar g:_SYNTASTIC_VERSION
2424

2525
" Sanity checks {{{1

syntax_checkers/solidity/solc.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set cpo&vim
2121
function! SyntaxCheckers_solidity_solc_GetLocList() dict
2222
let makeprg = self.makeprgBuild({})
2323

24-
LET ERRORformat = '%f:%l:%c: %trror: %m'
24+
let errorformat = '%f:%l:%c: %trror: %m'
2525

2626
return SyntasticMake({
2727
\ 'makeprg': makeprg,

0 commit comments

Comments
 (0)