mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-09-05 06:17:02 +08:00
Better testing for quotes.
This commit is contained in:
@@ -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'#"
|
||||
|
||||
Reference in New Issue
Block a user