terrychou / iVim

A vim port to iOS.
598 stars 35 forks source link

iVim crashes on omni-completion with syntaxcomplete#Complete() #13

Closed lifepillar closed 7 years ago

lifepillar commented 7 years ago

To reproduce:

:set omnifunc=syntaxcomplete#Complete

Then start typing something and trigger omni-completion (<c-x><c-o>). iVim crashes immediately.

terrychou commented 7 years ago

The new version 1.10 has been just released on the App Store, I think it has already solved this problem. Update and give it a try.

lifepillar commented 7 years ago

Yes, that's fixed. Great job thanks!