jdonaldson/vaxe

g:vaxe_completion_require_autowrite can't be set by user

dburburan opened this issue · 1 comments

Hi,

When vaxe initialises, the line below mixes up completion_require and require_completion, making it override any user preference

let g:vaxe_completion_require_autowrite 
            \=C('g:vaxe_require_completion_autowrite', 1) 

All the best,
David

Thanks for this, fixed.