mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 04:34:29 +08:00
Do not try to expand iabbreviations when popup menu on. Should fix #154.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user