Remove superfluous unmapping.

This commit is contained in:
Israel Chauca Fuentes
2013-07-13 22:59:58 -04:00
parent 57fd02b2e0
commit a77423a46f

View File

@@ -191,11 +191,6 @@ function! s:Unmap() " {{{
exec 'silent! iunmap <buffer> ' . map
endif
endfor
if !has('gui_running')
silent! iunmap <C-[>OC
endif
let b:delimitMate_enabled = 0
endfunction " }}} s:Unmap()