diff --git a/plugin/delimitMate.vim b/plugin/delimitMate.vim index 88fe868..be25be0 100644 --- a/plugin/delimitMate.vim +++ b/plugin/delimitMate.vim @@ -193,7 +193,7 @@ function! s:Unmap() " {{{ \ ['', '', '', '', '', '', 'g'] for map in imaps - if maparg(map, "i") =~? 'delimitMate' + if maparg(map, "i") =~# '^delimitMate' if map == '|' let map = '' endif