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()
|
||||
if !b:autopairs_enabled
|
||||
return a:key
|
||||
return "\<BS>"
|
||||
end
|
||||
|
||||
let line = getline('.')
|
||||
|
Loading…
Reference in New Issue
Block a user