mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-09 22:25:19 +08:00
Silence some noise on UnMap().
This commit is contained in:
@@ -741,6 +741,10 @@ function! delimitMate#UnMap() " {{{
|
|||||||
endif
|
endif
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
|
if !has('gui_running')
|
||||||
|
silent! iunmap <C-[>OC
|
||||||
|
endif
|
||||||
|
|
||||||
let b:delimitMate_enabled = 0
|
let b:delimitMate_enabled = 0
|
||||||
endfunction " }}} delimitMate#UnMap()
|
endfunction " }}} delimitMate#UnMap()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user