MarcWeber / vim-addon-manager

manage and install vim plugins (including their dependencies) in a sane way. If you have any trouble contact me. Usually I reply within 24 hours
Other
660 stars 59 forks source link

installing YankRing (7z) shows error - still works #46

Closed MarcWeber closed 13 years ago

MarcWeber commented 13 years ago

I'm too lazy to fix it right now. Will do so when I have more time.

ZyX-I commented 13 years ago

Reply to message «[vim-addon-manager] installing YankRing (7z) shows error - still works (#46)», sent 06:46:31 16 July 2011, Saturday by MarcWeber:

It is not 7z issue. Plugin developer put the readonly attribute on files in archive and both 7z and unzip fairly translate it to 0444 (a=r). You can play with getfperm() and !chmod or just filter out files that are not writeable.

Original message:

I'm too lazy to fix it right now. Will do so when I have more time.

MarcWeber commented 13 years ago

I didn't clearly say its a 7z issue even though I agree that you must have gotten that impression. So let me rephrase the issue: People think something went wrong even though everything is fine because they see red lines. I was asked this on #vim. All I did that time was investigate whether VAM got its job done. If everything is fine VAM shoud be silent IMHO. Maybe someone drops by offering a patch .. Its not that hard to debug. Its not that important either. Keeping it closed because everything may change when the new plugin page is online. Then we can fix permissions on the fly easily.