Fix pilot error from a previous patch.

This commit is contained in:
LCD 47 2016-07-31 20:36:57 +03:00
parent 83e910720d
commit 3be03caa36
2 changed files with 1 additions and 4 deletions

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.7.0-174'
let g:_SYNTASTIC_VERSION = '3.7.0-175'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1

View File

@ -21,7 +21,4 @@ call g:SyntasticRegistry.CreateAndRegisterChecker({
\ 'exec': 'avr-g++',
\ 'redirect': 'c/avrgcc'})
let &cpo = s:save_cpo
unlet s:save_cpo
" vim: set sw=4 sts=4 et fdm=marker: