You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose that a flavorfile contains foo, bar and baz, and these three plugins depend on qux. vim-flavor upgrade will check new versions of ...
foo
qux as a dependency of foo
bar
qux as a dependency of bar
baz
qux as a dependency of baz
Though a new version of qux might be released between the 2nd step and the 6th step, it rarely happens. So that results of the 2nd, 4th and 6th steps are almost always the same. We can reuse the result of the 2nd step for the 4th and 6th steps.
The text was updated successfully, but these errors were encountered:
Suppose that a flavorfile contains
foo
,bar
andbaz
, and these three plugins depend onqux
.vim-flavor upgrade
will check new versions of ...foo
qux
as a dependency offoo
bar
qux
as a dependency ofbar
baz
qux
as a dependency ofbaz
Though a new version of
qux
might be released between the 2nd step and the 6th step, it rarely happens. So that results of the 2nd, 4th and 6th steps are almost always the same. We can reuse the result of the 2nd step for the 4th and 6th steps.The text was updated successfully, but these errors were encountered: