mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 20:54:31 +08:00
Remove unused var.
This commit is contained in:
@@ -305,7 +305,7 @@ function! delimitMate#QuoteDelim(char) "{{{
|
||||
if delimitMate#IsForbidden(a:char)
|
||||
return a:char
|
||||
endif
|
||||
if line[col] == "\\"
|
||||
if delimitMate#GetCharBeforeCursor() == "\\"
|
||||
" Seems like a escaped character, insert one quotation mark.
|
||||
return a:char
|
||||
"elseif line[col + 1] == a:char &&
|
||||
|
||||
Reference in New Issue
Block a user