Add smart_matchpairs

This option will prevent delimitMate from inserting the closing
delimiter when there is a keyword character on the right of the cursor.
This commit is contained in:
Israel Chauca Fuentes
2010-11-06 20:05:40 -05:00
parent 5bf6a1e30c
commit 12c5c96ca2
2 changed files with 7 additions and 1 deletions

View File

@@ -112,6 +112,9 @@ function! s:init() "{{{
endif
call s:option_init("expand_cr", 0)
" smart_matchpairs
call s:option_init("smart_matchpairs", 1)
" smart_quotes
call s:option_init("smart_quotes", 1)