You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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