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