Fix typo in vimrc
This commit is contained in:
parent
e614936478
commit
418d1ae956
2
vimrc
2
vimrc
|
@ -1229,7 +1229,7 @@ function! Build(optimized=0, silent=0)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if g:campo_jai_compiler_args != ""
|
if g:campo_jai_metaprogram_args != ""
|
||||||
if l:set_metaprogram_args == 1
|
if l:set_metaprogram_args == 1
|
||||||
let l:cmd .= ' '.g:campo_jai_metaprogram_args
|
let l:cmd .= ' '.g:campo_jai_metaprogram_args
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user