mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-07 13:14:35 +08:00
Do not consider quotes for smart_matchpairs. Closes #200.
This commit is contained in:
@@ -103,7 +103,7 @@ function! s:init() "{{{
|
|||||||
" jump_expansion
|
" jump_expansion
|
||||||
call s:option_init("jump_expansion", 0)
|
call s:option_init("jump_expansion", 0)
|
||||||
" smart_matchpairs
|
" smart_matchpairs
|
||||||
call s:option_init("smart_matchpairs", '^\%(\w\|\!\|£\|\$\|_\|["'']\s*\S\)')
|
call s:option_init("smart_matchpairs", '^\%(\w\|\!\|£\|\$\|_\)')
|
||||||
" smart_quotes
|
" smart_quotes
|
||||||
" XXX: backward compatibility. Ugly, should go the way of the dodo soon.
|
" XXX: backward compatibility. Ugly, should go the way of the dodo soon.
|
||||||
let quotes = escape(join(s:g('quotes_list'), ''), '\-^[]')
|
let quotes = escape(join(s:g('quotes_list'), ''), '\-^[]')
|
||||||
|
|||||||
Reference in New Issue
Block a user