add option to disable closing delims if open delim added before an alphanumeric

This commit is contained in:
ervandew
2010-11-04 22:30:10 -07:00
parent 5bf6a1e30c
commit a97af1fb97
3 changed files with 36 additions and 1 deletions

View File

@@ -114,6 +114,8 @@ function! s:init() "{{{
" smart_quotes
call s:option_init("smart_quotes", 1)
" smart_parens
call s:option_init("smart_parens", 1)
" apostrophes
call s:option_init("apostrophes", "")