fixes #27 <BS> cannot work when AutoPairs is turn off.
This commit is contained in:
parent
d59bc39f75
commit
ba81f659e7
@ -154,7 +154,7 @@ endfunction
|
|||||||
|
|
||||||
function! AutoPairsDelete()
|
function! AutoPairsDelete()
|
||||||
if !b:autopairs_enabled
|
if !b:autopairs_enabled
|
||||||
return a:key
|
return "\<BS>"
|
||||||
end
|
end
|
||||||
|
|
||||||
let line = getline('.')
|
let line = getline('.')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user