jdonaldson/vaxe

I don't want to change 'completeopt' option

Closed this issue · 2 comments

In ftplugin/haxe.vim, setlocal completeopt+=menuone is set but there is no local option in 'compleopt'.
In fact, this setting changes 'compleopt' option globally.

I prefer no menuone option in other language.

How about preparing g:vaxe_no_compleopt_menuone option to avoid this problem.

yep, I'll fix that.

added the variable and updated the doc