add some comments

This commit is contained in:
jiangfriend@gmail.com 2012-05-15 11:26:53 +08:00
parent ff597df8e8
commit 49a24fc671

View File

@ -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