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 cursor.  Otherwise scrolling only redraws the text that
appears.

-- 
There's no place like $(HOME)!

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://www.ICCF.nl         ///

Reply via email to