vim-package-info icon indicating copy to clipboard operation
vim-package-info copied to clipboard

Only latest package version shown

Open KillTheMule opened this issue 6 years ago • 1 comments

Hey!

One thing that's would be helpful is to not only show the latest version of a package, but the latest semver compatible version as well. I'm not sure what can of worms this opens, but I figured I might as well suggest it :)

KillTheMule avatar Apr 20 '19 13:04 KillTheMule

Yeah, that is actually a pretty useful metric. I will add something like "max updatable" version according to the current specified one.

I will add it pretty soon, or someone can take it up :)

We have some parts of it available. Right now I am just stripping away stuff like ^. Most of the work will be in https://github.com/meain/vim-package-info/blob/master/rplugin/node/vim-package-info/diff.js but might end up changing having to the return format. If anyone wants to pick it up and needs help feel free to ping me.

meain avatar Apr 20 '19 15:04 meain