So I enabled the 'lazyredraw' option which immensely helps vertical movement.
However horizontal movement is still terrible (and it makes it so I cant see
the cursor while holding down "l" or "h").
Also setting regexpengine=1 was a significant performance boost as well. I was
experiencing a lot of slowdowns especially with ruby and yaml files, but
setting regexpengine=1 significantly sped those up. Still not completely
smooth, but it is better.
On Thursday, March 27, 2014 7:13:06 AM UTC-4, Bram Moolenaar wrote:
> Christian Brabandt wrote:
> > diff --git a/src/move.c b/src/move.c
> > --- a/src/move.c
> > +++ b/src/move.c
> > @@ -467,7 +467,7 @@ check_cursor_moved(wp)
> > #endif
> > )
> > {
> > - wp->w_valid &= ~(VALID_WROW|VALID_WCOL|VALID_VIRTCOL);
> > + wp->w_valid &= ~(VALID_WCOL|VALID_VIRTCOL);
> > wp->w_valid_cursor.col = wp->w_cursor.col;
> > wp->w_valid_leftcol = wp->w_leftcol;
> > #ifdef FEAT_VIRTUALEDIT
> >
>
>
> That will cause a problem for long lines. I'll make an alternative
> patch.
I would still be interested in this patch if it was made.
Thanks
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.