Re: [Patch] Escape file names when reading files in Zip container

2013-08-08 Fir de Conversatie Charles Campbell
Cedric Bosdonnat wrote: Hello Charles, On Thu, 2013-08-01 at 14:56 -0400, Charles Campbell wrote: I believe that this issue has been addressed previously. You can get the latest zip plugin from my website: http://www.drchip.org/astronaut/vim/index.html#ZIP Indeed, that is fixed in your l

Re: [Patch] Escape file names when reading files in Zip container

2013-08-02 Fir de Conversatie Cedric Bosdonnat
Hello Charles, On Thu, 2013-08-01 at 14:56 -0400, Charles Campbell wrote: > I believe that this issue has been addressed previously. You can get > the latest zip plugin from my website: > >http://www.drchip.org/astronaut/vim/index.html#ZIP Indeed, that is fixed in your latest source. Do yo

Re: [Patch] Escape file names when reading files in Zip container

2013-08-01 Fir de Conversatie Charles Campbell
Cedric Bosdonnat wrote: Hello, I'm editing OOXML files pretty often with vim and the zip plugin. However those have a [Content_Types.xml] file inside the zip that can't be opened. You'll find attached a simple patch against trunk to fix that problem by just escaping the name of the file to open

[Patch] Escape file names when reading files in Zip container

2013-07-30 Fir de Conversatie Cedric Bosdonnat
Hello, I'm editing OOXML files pretty often with vim and the zip plugin. However those have a [Content_Types.xml] file inside the zip that can't be opened. You'll find attached a simple patch against trunk to fix that problem by just escaping the name of the file to open in the unzip command. Th