jdonaldson/vaxe

"Please enable autowrite" message should be optional.

Closed this issue · 4 comments

I would love to turn off the autowrite message that occurs every time I open a HaXe file. Could it be optional for people that don't need autocomplete and don't want to autowrite buffers? Thanks!

I'm going to be afk for a week+ here, but I can fix this soon after. Shouldn't be a problem.

I ended up removing the message. The completion script throws an error if python is not available anyways, and that should suffice.

Thanks for looking into this. The message I was referring to is in ftplugin/haxe.vim at line 5.

echomsg "Please enable autowrite (see :help autowrite) in order for vaxe autocompletion to work naturally"

This message pops every time I open a new hx file.

Should be gone now, sorry about that.