Closed kana closed 9 years ago
Suppose that VimFlavor contains the following:
VimFlavor
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.
vim-flavor install
:development
Suppose that
VimFlavor
contains the following:vim-flavor install
checks versions of all plugins inVimFlavor
even if:development
dependencies will never be installed.