kana / vim-flavor

Taste the difference.
https://www.relishapp.com/kana/vim-flavor
MIT License
112 stars 11 forks source link

Skip checking versions of plugins in uninteresting groups #49

Closed kana closed 9 years ago

kana commented 9 years ago

Suppose that VimFlavor contains the following:

flavor 'kana/vim-operator-user', '~> 0.0'

group :development do
  flavor 'kana/vim-textobj-line'
end

vim-flavor install checks versions of all plugins in VimFlavor even if :development dependencies will never be installed.