Consider more characters in smart_matchpairs default value.

This commit is contained in:
Israel Chauca Fuentes
2015-05-17 19:34:11 -04:00
parent 9a77c3aee6
commit 5945fdfd14
2 changed files with 13 additions and 3 deletions

View File

@@ -39,3 +39,13 @@ let b:delimitMate_eol_marker = ';'
unlet b:delimitMate_eol_marker
iabb def ghi
"def(" "ghi()"
iunabb def
"abc а\<Left>(" "abc (а"
"abc ñ\<Left>(" "abc (ñ"
"abc $\<Left>(" "abc ($"
"abc £\<Left>(" "abc (£"
"abc d\<Left>(" "abc (d"
"abc \<C-V>(\<Left>(" "abc (("
"abc .\<Left>(" "abc ()."
"abc \<Left>(" "abc () "