Back off 6379bd1, this is not safe.
This commit is contained in:
parent
6379bd1988
commit
70c723ac16
@ -11,7 +11,7 @@ set cpo&vim
|
|||||||
" convenience function to determine the 'null device' parameter
|
" convenience function to determine the 'null device' parameter
|
||||||
" based on the current operating system
|
" based on the current operating system
|
||||||
function! syntastic#c#NullOutput() abort " {{{2
|
function! syntastic#c#NullOutput() abort " {{{2
|
||||||
let known_os = has('unix') || has('mac') || has('win32unix') || syntastic#util#isRunningWindows()
|
let known_os = has('unix') || has('mac') || syntastic#util#isRunningWindows()
|
||||||
return known_os ? '-o ' . syntastic#util#DevNull() : ''
|
return known_os ? '-o ' . syntastic#util#DevNull() : ''
|
||||||
endfunction " }}}2
|
endfunction " }}}2
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.7.0-46'
|
let g:_SYNTASTIC_VERSION = '3.7.0-47'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user