Checker iasl: fix typos (@Lekensteyn).

This commit is contained in:
LCD 47 2016-08-01 13:45:58 +03:00
parent 4607092691
commit 88b66584b5
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -18,7 +18,7 @@ let s:save_cpo = &cpo
set cpo&vim set cpo&vim
function! SyntaxCheckers_asl_iasl_GetLocList() dict function! SyntaxCheckers_asl_iasl_GetLocList() dict
let tmpdir = syntastic#util#tmpdir() . syntastic#util#slash() let tmpdir = syntastic#util#tmpdir() . syntastic#util#Slash()
let makeprg = self.makeprgBuild({ let makeprg = self.makeprgBuild({
\ 'args': '-vi', \ 'args': '-vi',
\ 'args_after': ['-p', tmpdir] }) \ 'args_after': ['-p', tmpdir] })