commit d73363ae701389a841faeae0f91f753d4ba32f06 parent d200ac268a805a6651063b9d55b01ce4f5ee65b1 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sun, 8 Nov 2015 16:22:24 +0100 matchpairs is slower than I expected Diffstat:
vim/vimrc | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc @@ -125,5 +125,5 @@ for d in glob('~/.vim/spell/*.add', 1, 1) endfor " avoid https://vi.stackexchange.com/questions/5128/matchpairs-makes-vim-slow -let g:matchparen_timeout = 2 -let g:matchparen_insert_timeout = 2 +let g:matchparen_timeout = 10 +let g:matchparen_insert_timeout = 10