mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-09-07 15:29:13 +08:00
Fix expanding abbreviations. Close #145.
This commit is contained in:
@@ -48,3 +48,6 @@ let g:delimitMate_nesting_quotes = split(g:delimitMate_quotes, '\s\+')
|
||||
"''x" "''x"
|
||||
"'x" "'x'"
|
||||
unlet g:delimitMate_nesting_quotes
|
||||
# expand iabbreviations
|
||||
iabb def ghi
|
||||
"def'" "ghi'"
|
||||
|
||||
Reference in New Issue
Block a user