Releases: Vimjas/vint
Releases · Vimjas/vint
Hello, Neovim
New feature
- Neovim #157
- Many thanks to you, @RianFuro (vim-jp/vim-vimlparser#19)
Bugfix
- Fix config bugs #158
Suppress ProhibitImplicitScopeVariable when --error specified
Suppress invalid 'implicit scope' report on global or autoload function
Support --format option
New features
- Support --format option ( #132 )
Allow autoload functions omit an explicit scope
New features
- Allow autoload functions omit an explicit scope (#129)
Add new 2 policies about implicit scope variables and several bug fixes
New features
- Warn variables have an implicit scope visibility
- Warn builtin variables have an implicit scope visibility
- Make violation description kindly
Bugfix
- Care empty files
- delfunction problems with
ProhibitUsingUndeclaredVariable
- Fix a bug about arithmetic assignments are ruled as declarations
- Care
set
command family - Care line-continuation
Scope analysis enabled
Ready to v0.3.0 Fixed: #28, #33, #35, #36