When getting spelling suggestions in gvim (z= on a word) the list of suggestions is created rather slowly, I can actually see it scroll up one line at time.
When using vim in a terminal the full list seems to be generated instantly and there is no visible scrolling like in gvim.
I've tried setting ttyfast
, but it has no visible effect in either gvim or vim (gvim scrolls whether it's set or not, vim never scrolls whether it's set or not).
Is it possible to get gvim to produce spelling suggestions more quickly and get rid of the scrolling effect?