completor.vim icon indicating copy to clipboard operation
completor.vim copied to clipboard

:w<Plug>CompletorTrigger

Open aliev opened this issue 7 years ago • 0 comments

When I'm typing fast and trying to save the file I getting the error:

:w<Plug>CompletorTrigger
Overwrite existing file "<Plug>CompletorTrigger"?
(Y)es, [N]o

My completor options:

let g:completor_auto_close_doc=1
let g:completor_complete_options='menuone,noselect'
let g:completor_refresh_always=0
let g:completor_completion_delay=500
let g:completor_disable_gitcommit = 1
let g:completor_blacklist = ['tagbar', 'qf', 'netrw', 'unite', 'vimwiki', 'gitcommit']

aliev avatar Jul 29 '18 15:07 aliev