On Tue, Apr 30, 2013 at 4:16 PM, Fanhe Fanhed <[email protected]> wrote: > In a 1000+ lines file, typing in the clsoing parenthesis. eg. > func(|) > | means the cursor, go to type. > The cursor will go to blink or shake. So I prefer disable matchparen in > insert mode.
I don't think this has anything to do with something being slow ... I've never had any performance issues with matchparen, and 1000 lines still isn't a big file. Isn't the "blinking" or "shaking" coming from your 'showmatch' setting? You can disable it with ":set noshowmatch". -- -- You received this message from the "vim_dev" 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
