Re: [PATCH] zip plugin: support any filename

2006-10-24 Thread Charles E Campbell Jr
[EMAIL PROTECTED] wrote: Hello, I've made a small fix to vim's zip plugin. Before the patch, the plugin could only edit filenames with the zip extension. When using an autoloadcmd to open jars, the files would be edited correctly, but they would be saved at the wrong place, and would be ignore

Re: [PATCH] zip plugin: support any filename

2006-10-23 Thread Benji Fisher
On Mon, Oct 23, 2006 at 10:42:41PM +0200, Martin Stubenschrott wrote: > On Mon, Oct 23, 2006 at 10:02:48PM +0200, [EMAIL PROTECTED] wrote: > > I'm using this to edit firefox extensions directly inside their jar > > files. I'm also attaching a patch that adds the required associations > > (jar and x

Re: [PATCH] zip plugin: support any filename

2006-10-23 Thread Martin Stubenschrott
On Mon, Oct 23, 2006 at 10:02:48PM +0200, [EMAIL PROTECTED] wrote: > I'm using this to edit firefox extensions directly inside their jar > files. I'm also attaching a patch that adds the required associations > (jar and xpi, I'm sure there are more). I exactly wanted to do the same, but it didn't

[PATCH] zip plugin: support any filename

2006-10-23 Thread tobutaz
Hello, I've made a small fix to vim's zip plugin. Before the patch, the plugin could only edit filenames with the zip extension. When using an autoloadcmd to open jars, the files would be edited correctly, but they would be saved at the wrong place, and would be ignored when opening the archive th