mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
fix maparg typo
This commit is contained in:
@@ -326,10 +326,10 @@ function! s:ExtraMappings() "{{{
|
||||
" If pair is empty, delete both delimiters:
|
||||
inoremap <silent> <Plug>delimitMateBS <C-R>=delimitMate#BS()<CR>
|
||||
if !hasmapto('<Plug>delimitMateBS','i')
|
||||
if maparg('<BS>'. 'i') == ''
|
||||
if maparg('<BS>', 'i') == ''
|
||||
silent! imap <unique> <buffer> <BS> <Plug>delimitMateBS
|
||||
endif
|
||||
if maparg('<C-h>'. 'i') == ''
|
||||
if maparg('<C-h>', 'i') == ''
|
||||
silent! imap <unique> <buffer> <C-h> <Plug>delimitMateBS
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user