Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E806: using Float as a String #1029

Closed
pejax opened this issue Oct 9, 2020 · 2 comments
Closed

E806: using Float as a String #1029

pejax opened this issue Oct 9, 2020 · 2 comments

Comments

@pejax
Copy link

pejax commented Oct 9, 2020

When I do a "git commit" using vim as editor I get a vimwiki error

Hinweis: Warte auf das Schließen der Datei durch Ihren Editor... Error detected while processing /Users/peter/.vim/plugged/vimwiki/plugin/vimwiki.vim:
line 13:
E806: using Float as a String

As a workaround I set the version number to dev as described in the source code on line 13:

" Set to version number for release, otherwise -1 for dev-branch
let s:plugin_vers = -1

Is there a better fix?

@tinmarino
Copy link
Member

May you give more details : I can't reproduce it. And s:plugin_vers is always treated as a float

@tinmarino
Copy link
Member

Fixed by @dmouraneto in #1039

Thanks @dmouraneto!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants