ruby-lint: typo.

This commit is contained in:
LCD 47 2014-06-06 21:20:31 +03:00
parent 98b64fd7b9
commit 4004c021af
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:syntastic_start
endif
let g:syntastic_version = '3.4.0-79'
let g:syntastic_version = '3.4.0-80'
lockvar g:syntastic_version
" Sanity checks {{{1

View File

@ -20,7 +20,7 @@ let s:save_cpo = &cpo
set cpo&vim
function! SyntaxCheckers_ruby_rubylint_GetLocList() dict
if !exists(s:rubylint_new)
if !exists('s:rubylint_new')
let s:rubylint_new = syntastic#util#versionIsAtLeast(syntastic#util#getVersion(
\ self.getExecEscaped() . ' --version'), [2])
endif