fixes #27 <BS> cannot work when AutoPairs is turn off.

This commit is contained in:
Miao Jiang 2012-12-01 13:06:08 +08:00
parent d59bc39f75
commit ba81f659e7

View File

@ -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('.')