mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-01-19 09:33:00 +08:00
add option to disable closing delims if open delim added before an alphanumeric
This commit is contained in:
@@ -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", "")
|
||||
|
||||
Reference in New Issue
Block a user