Fix typo in vimrc

This commit is contained in:
Michael Campagnaro 2023-05-08 23:34:04 -04:00
parent e614936478
commit 418d1ae956

2
vimrc
View File

@ -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