Silence some noise on UnMap().

This commit is contained in:
Israel Chauca Fuentes
2010-06-16 01:45:40 -05:00
parent 48d2e3b9d1
commit 875a9e450b

View File

@@ -741,6 +741,10 @@ function! delimitMate#UnMap() " {{{
endif
endfor
if !has('gui_running')
silent! iunmap <C-[>OC
endif
let b:delimitMate_enabled = 0
endfunction " }}} delimitMate#UnMap()