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

Migration way of old plugconf file is needed #214

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

Migration way of old plugconf file is needed #214

tyru opened this issue Mar 31, 2018 · 0 comments

Comments

@tyru
Copy link
Member

tyru commented Mar 31, 2018

After deprecation commit of s:config() (c9851a2),
volt build shows a lot of warnings for old plugconf files.

$ bin/volt build 
[INFO] Full building /home/tyru/.vim/pack/volt/opt directory ...
[INFO] Installing vimrc and gvimrc ...
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/vim-volt/vim-volt.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tyru/capture.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/Shougo/neosnippet.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/Shougo/neosnippet-snippets.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tyru/nextfile.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tyru/closesubwin.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tyru/markdown-codehl-onthefly.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tpope/vim-markdown.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/kana/vim-textobj-user.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/vim-jp/vimdoc-ja-working.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tyru/quickey.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tyru/stoptypofile.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/thinca/vim-quickrun.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/vim-jp/autofmt.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/thinca/vim-prettyprint.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/thinca/vim-themis.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tyru/karakuri.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/fatih/vim-go.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/Shougo/context_filetype.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/posva/vim-vue.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/vim-jp/vim-vimlparser.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tyru/open-browser.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tyru/open-browser-github.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tyru/caw.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/vim-jp/vital.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tyru/homevim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/hotwatermorning/auto-git-diff.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/cespare/vim-toml.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/kannokanno/vmock.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/mmisono/viminesweeper.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tyru/vital-sunaba.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/syngan/vim-vimlint.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/kana/vim-repeat.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tyru/nesk.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/w0rp/ale.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/tyru/transbuffer.vim.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[WARN] parse warnings in /home/tyru/volt/plugconf/github.com/Quramy/tsuquyomi.vim:
* s:config() is deprecated. please use s:on_load_pre() instead
[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 all of these files.
Volt should provide a migration way of this.

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