Monday, April 7, 2014

Re: Extremely slow when using relativenumber & syntax highlighting

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

No comments: