skywind3000 / vim-auto-popmenu

:sunglasses: Display the Completion Menu Automantically (next AutoComplPop) !!
MIT License
270 stars 37 forks source link

line 167: E174: Command already exists: add ! to replace it #3

Closed iintothewind closed 4 years ago

iintothewind commented 4 years ago

On some version (vim8), it throws error when executing plug update:

E174: Command already exists: add ! to replace it

on ine 167, and I made following changes, it worked:

command! -nargs=0 ApcEnable call s:apc_enable()
command! -nargs=0 ApcDisable call s:apc_disable()
skywind3000 commented 4 years ago

thanks, fixed.