Do not consider quotes for smart_matchpairs. Closes #200.

This commit is contained in:
Israel Chauca Fuentes
2015-01-02 12:08:16 -05:00
parent aa9d737763
commit 13e52d42ae

View File

@@ -103,7 +103,7 @@ function! s:init() "{{{
" jump_expansion
call s:option_init("jump_expansion", 0)
" smart_matchpairs
call s:option_init("smart_matchpairs", '^\%(\w\|\!\|£\|\$\|_\|["'']\s*\S\)')
call s:option_init("smart_matchpairs", '^\%(\w\|\!\|£\|\$\|_\)')
" smart_quotes
" XXX: backward compatibility. Ugly, should go the way of the dodo soon.
let quotes = escape(join(s:g('quotes_list'), ''), '\-^[]')