mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 20:54:31 +08:00
Remove superfluous unmapping.
This commit is contained in:
@@ -191,11 +191,6 @@ function! s:Unmap() " {{{
|
|||||||
exec 'silent! iunmap <buffer> ' . map
|
exec 'silent! iunmap <buffer> ' . map
|
||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
if !has('gui_running')
|
|
||||||
silent! iunmap <C-[>OC
|
|
||||||
endif
|
|
||||||
|
|
||||||
let b:delimitMate_enabled = 0
|
let b:delimitMate_enabled = 0
|
||||||
endfunction " }}} s:Unmap()
|
endfunction " }}} s:Unmap()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user