ramccor / vcscommand

Automatically exported from code.google.com/p/vcscommand
0 stars 0 forks source link

Don't put vcscommand in a separate folder in the zip #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I usually install my plugins by doing

    unzip -d ~/.vim plugin.zip

With VCSCommand, this doesn't quite work because the zip contains a top-level 
folder called 
"vcscommand". Could you omit this top-level folder?

Original issue reported on code.google.com by nicotha...@gmail.com on 25 Dec 2007 at 6:40

GoogleCodeExporter commented 9 years ago
Duly noted and corrected in current upload.

Original comment by bob.hies...@gmail.com on 2 Feb 2008 at 12:27

GoogleCodeExporter commented 9 years ago
There still is a changes.txt and a hidden .git-ignore file in the zip which 
pollute
my ~/.vim directory if I use the method above to install it (not that it's a 
big deal
to remove them, but…).

Original comment by nicotha...@gmail.com on 10 Mar 2008 at 10:31

GoogleCodeExporter commented 9 years ago
The changes.txt file is intentional, as it is there to help people upgrading 
from
cvscommand.vim.  I'll see about merging it into the existing documentation 
instead.

Original comment by bob.hies...@gmail.com on 11 Mar 2008 at 4:02

GoogleCodeExporter commented 9 years ago

Original comment by bob.hies...@gmail.com on 11 Mar 2008 at 4:03

GoogleCodeExporter commented 9 years ago
I'm not sure how the .gitignore got in there, as I thought I had generated a 
fresh
release from git, and that file is only in my working tree.  In any event, I 
have
removed the CHANGES.txt file (its contents are now in the help documentation) 
and the
new version should also lack the tags and .gitignore files.

Original comment by bob.hies...@gmail.com on 11 Mar 2008 at 6:54

GoogleCodeExporter commented 9 years ago

Original comment by bob.hies...@gmail.com on 3 Jun 2008 at 4:42