Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Checker objcpp/gcc: checking for the wrong variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcd047 committed Aug 14, 2020
1 parent 83837a6 commit 25b816d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/syntastic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif

let g:_SYNTASTIC_VERSION = '3.10.0-12'
let g:_SYNTASTIC_VERSION = '3.10.0-13'
lockvar g:_SYNTASTIC_VERSION

" Sanity checks {{{1
Expand Down
2 changes: 1 addition & 1 deletion syntax_checkers/objcpp/gcc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let s:save_cpo = &cpo
set cpo&vim

function! SyntaxCheckers_objcpp_gcc_IsAvailable() dict
if !exists('g:syntastic_c_compiler')
if !exists('g:syntastic_objcpp_compiler')
let g:syntastic_objcpp_compiler = executable(self.getExec()) ? self.getExec() : 'clang'
endif
call self.log('g:syntastic_objcpp_compiler =', g:syntastic_objcpp_compiler)
Expand Down

0 comments on commit 25b816d

Please sign in to comment.