Patrick Hemmer wrote:

> 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.

It was already included.  Get the latest version.

-- 
I wonder how much deeper the ocean would be without sponges.

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" 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_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui