From d280d23a83d906cd7704878f31b44db8da859ba8 Mon Sep 17 00:00:00 2001 From: Israel Chauca Fuentes Date: Wed, 25 Dec 2013 02:09:41 -0500 Subject: [PATCH] Do not try to expand iabbreviations when popup menu on. Should fix #154. --- plugin/delimitMate.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugin/delimitMate.vim b/plugin/delimitMate.vim index 72f29ef..70c167b 100644 --- a/plugin/delimitMate.vim +++ b/plugin/delimitMate.vim @@ -259,7 +259,9 @@ endfunction "}}} " Mappers: {{{ function! s:TriggerAbb(expr) "{{{ - if v:version < 703 || ( v:version == 703 && !has('patch489') ) + if v:version < 703 + \ || ( v:version == 703 && !has('patch489') ) + \ || pumvisible() return '' endif if a:expr == 1