commit 7de87aa5f45825c5aaec02d3ffd7cd038f2cec10 parent db1e3af8642d10c34f347b3ba36fad319fbc7357 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sun, 1 Nov 2015 01:22:39 +0100 fix matchparen slowness Diffstat:
vim/vimrc | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc @@ -123,3 +123,7 @@ for d in glob('~/.vim/spell/*.add', 1, 1) silent exec 'mkspell! ' . fnameescape(d) endif endfor + +" avoid https://vi.stackexchange.com/questions/5128/matchpairs-makes-vim-slow +let g:matchparen_timeout = 2 +let g:matchparen_insert_timeout = 2