On Sat, Jun 28, 2014 at 05:37:37PM +0400, Alexey Radkov wrote: > What changed: matchparen was still expensive in Insert mode because the plugin > used winsaveview()/winrestview() for checking one character left on the line. > Using getpos()/setpos() instead is much faster and seems not to break anything > because matchparen never scrolls the window.
Have you tried this with 'scrolloff' set to a large value so the line the cursor is on is always in the center of the window? Cheers, -- James GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy <[email protected]> -- -- 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/d/optout.
