add some comments
This commit is contained in:
parent
ff597df8e8
commit
49a24fc671
@ -290,6 +290,7 @@ function! AutoPairsInit()
|
|||||||
|
|
||||||
" Still use <buffer> level mapping for <BS> <SPACE>
|
" Still use <buffer> level mapping for <BS> <SPACE>
|
||||||
if g:AutoPairsMapBS
|
if g:AutoPairsMapBS
|
||||||
|
" Use <C-R> instead of <expr> for issue #14 sometimes press BS output strange words
|
||||||
execute 'inoremap <buffer> <silent> <BS> <C-R>=AutoPairsDelete()<CR>'
|
execute 'inoremap <buffer> <silent> <BS> <C-R>=AutoPairsDelete()<CR>'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user