2009/3/23 Matt Tolton:
>
> Is there any way to make the cursorline drawing faster?  This causes
> issues for me.  :(

I have been aware of this issue for some time now but I have not
managed to come up with a solution.  The syntax highlighter simply
uses a regexp to match the entire line and then highlight it that way
(if I remember correctly).  I was thinking it might be possible to
instead mark the line and let the GUI handle marking the line in
whatever way it pleases (that way we could have a prettier cursor line
for example and we could optimize the drawing) but I decided this
would be too much work.

Maybe somebody (other than me) could look into this issue further (and
come up with a better solution)?

Björn

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to