Better testing for quotes.

This commit is contained in:
Israel Chauca Fuentes
2013-12-19 00:26:58 -05:00
parent b45536fe8d
commit 5db098e953
2 changed files with 12 additions and 9 deletions
+1
View File
@@ -4,6 +4,7 @@ let g:delimitMate_autoclose = 1
"''x" "''x"
"'\<BS>x" "x"
"'\<C-G>gx" "''x"
# This will fail for double quote.
"'\"x" "'\"x\"'"
"@'x" "@'x'"
"@#\<Left>'x" "@'x'#"