-
Notifications
You must be signed in to change notification settings - Fork 170
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
undefined variable: bundle_names #142
Comments
ありがとうございます。neocompleteの結果はありますでしょうか。neocomplcacheにエラーが残っているので気になります。 |
修正しました。 |
./neocomplcache/autoload/unite/sources/neocomplcache.vim:50:7:2006: unused variable `l:completefunc_save` これに対する修正って削除でいいんですか? finally で使っていない問題かと思っていました. neocomplete に対する vim-vimlint の結果でバグ・不要なコードらしき部分です。 ./autoload/neocomplete/async_cache.vim:66:7:2494: unused variable `l:max_lines`
./autoload/neocomplete/cache.vim:184:41:6068: undefined variable: a:cache_dir
./autoload/neocomplete/cache.vim:184:54:6081: undefined variable: a:filename
./autoload/neocomplete/cache.vim:185:42:6134: undefined variable: a:cache_dir
./autoload/neocomplete/cache.vim:185:55:6147: undefined variable: a:filename
./autoload/neocomplete/cache.vim:196:31:6499: undefined variable: a:filename
./autoload/neocomplete/cache.vim:196:44:6512: undefined variable: a:pattern
./autoload/neocomplete/sources/file.vim:111:7:3632: unused variable `l:exts`
./autoload/neocomplete/sources/member.vim:156:8:5410: unused variable `l:line_num`
./autoload/neocomplete/sources/member.vim:156:18:5420: unused variable `l:max_lines`
./autoload/neocomplete/sources/member.vim:228:7:7433: unused variable `l:end_line`
./autoload/neocomplete/sources/omni.vim:279:7:8263: unused variable `l:len_words`
./autoload/neocomplete/sources/vim/helper.vim:940:7:30350: unused variable `l:var_pattern`
./autoload/neocomplete/sources/vim/helper.vim:946:9:30601: unused variable `l:expression`
./autoload/unite/sources/neocomplete.vim:50:7:1986: unused variable `l:completefunc_save`
./autoload/neocomplete/sources/syntax.vim:90:9:2732: unused variable `l:syntax_files`
. |
すべての実行結果もはっておきます。 |
使っていないテストコードなので……。 |
修正しました。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lingr にはりましたが、vimlint で見つかった ShougoWare のバグをまとめてはっておきます。
The text was updated successfully, but these errors were encountered: