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

Fix warning message of s:config() function is found in plugconf files #217

Closed
tyru opened this issue Mar 31, 2018 · 0 comments
Closed

Fix warning message of s:config() function is found in plugconf files #217

tyru opened this issue Mar 31, 2018 · 0 comments

Comments

@tyru
Copy link
Member

tyru commented Mar 31, 2018

Got

[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/leafgarland/typescript-vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead

It is painful to rewrite s:config() to s:on_load_pre() by hand. #214

Expected

[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/leafgarland/typescript-vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead, or run "volt migrate plugconf/config-func" to rewrite existing plugconf files
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

1 participant