enable_auto_at_startup generates at E085 error in auto#enable
richtong opened this issue · 4 comments
richtong commented
When I set the recommended
let g:mucomplete#enable_auto_at_startup = 1
Wth Vim 8.2 version 1-2550, I get the startup error
Error detected while processing /Users/rich/.vim/bundle/vim-mucomplete/plugin/mucomplete.vim[41]..function mucomplete#auto#enable:
line 10:
E805: Using a Float as a Number
I'm wondering did I get the syntax wrong.
lifepillar commented
Did you perhaps set mucomplete#completion_delay
as well? Its value must be an integer.
richtong commented
Ah yes that's it! I set to 0.5. I was thrown by the error message.
richtong commented
Was strange because it just started throwing this message so maybe something changed. Might want to mention in docs integer only :-)
richtong commented
That was the issue. Thanks!
Sent via Superhuman iOS ( ***@***.*** )
…On Sun, Mar 7 2021 at 02:22, Lifepillar < ***@***.*** > wrote:
Did you perhaps set mucomplete#completion_delay as well?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub (
#191 (comment)
) , or unsubscribe (
https://github.com/notifications/unsubscribe-auth/AANTCR2HEY24WJOIEEXDFATTCNHUZANCNFSM4YXHMASA
).