vimpack icon indicating copy to clipboard operation
vimpack copied to clipboard

vimpack list is way to slow

Open bramswenson opened this issue 14 years ago • 1 comments

vimpack list currently downloads data from the internet to show version info. This shouldn't be required and slows the process down allot. This needs to be reworked to either glean the version from the filesystem, or just not show it at all, or show version info (and deal with slowness) when given a switch like 'vimpack list --detailed

bramswenson avatar Jun 22 '11 22:06 bramswenson

Issue #21 was basically a dup. I suspect it lies due to the fact that it never completes the stupid meta data fetch for each installed plugin. This could also happen if one installed a plugin without using vimpack. vimpack list should handle all these cases with grace.

bramswenson avatar Dec 14 '11 00:12 bramswenson