于 2012年03月12日 18:23, Yichao Zhou 写道:
>> I'm using MacVim and I do not have that problem
> 
> You need type some keyword to reproduce it.  Maybe the tex is too complicated.
> So, another example, which may be more distinct. (tex.vim)
> 
> You can either do it by
> 1.  scroll it by mouse
> 2.  in normal mode, type ggosetlocal  and with 'nu' and 'rnu' and see
> the difference.
> 

I have installed latex suite for vim, and I tested your hw03.tex.
I do not find it slow with relativenumber/number/nonumber.

Then I cp your tex.vim into my ~/.vim/ftplugin/ and test again.
I do see the blinking and find it slower. Again it doesn't matter
with relativenumber/number/nonumber.

Please start gvim(or vim if you prefer) with:
    gvim -V12 hw03.tex
(increased verbosity, 12 is just a example) and test. During my test
I found every cursor move
will call s:Hilight_Match_Pair() (It is blinking so not sure it is the
right name.) function. Maybe this is the real culprit.


alick

-- 
You received this message from the "vim_use" 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

Reply via email to