Vim 7 slows down when highlighting cursor line

2006-04-15 Thread player12
Hi, When I enable cursor line highlighting with :set cul and I have syntax enabled, scrolling (j,k,l,h) becomes very slow, especially for some file types (xml, ruby, ...) Is it expected. Thanks, -- James Player

Re: Vim 7 slows down when highlighting cursor line

2006-04-15 Thread Bram Moolenaar
James Player wrote: When I enable cursor line highlighting with :set cul and I have syntax enabled, scrolling (j,k,l,h) becomes very slow, especially for some file types (xml, ruby, ...) Is it expected. Yes, that is expected. Vim needs to redraw the whole window every time you move the

Re: Vim 7 slows down when highlighting cursor line

2006-04-15 Thread Benji Fisher
On Sat, Apr 15, 2006 at 08:26:07PM +, [EMAIL PROTECTED] wrote: Hi, When I enable cursor line highlighting with :set cul and I have syntax enabled, scrolling (j,k,l,h) becomes very slow, especially for some file types (xml, ruby, ...) Is it expected. Yes. Under :help 'cursorline'