Re: Plugin/addon managers

2011-07-26 Thread Eric Weir
On Jul 25, 2011, at 12:53 PM, ZyX wrote: Reply to message «Re: Plugin/addon managers», sent 19:40:48 25 July 2011, Monday by Eric Weir: The VAM zip package is in /.vam. Your instructions say to cd into vim-addon-manager before executing the unzip command. When I got the above result, I

Re: Plugin/addon managers

2011-07-25 Thread Eric Weir
On Jul 10, 2011, at 3:56 PM, ZyX wrote: Try to do the following: mkdir ~/.vam cd ~/.vam wget http://www.vim.org/scripts/download_script.php?src_id=13669 \ -Ovim-addon-manager-0.4.3.zip mkdir vim-addon-manager cd vim-addon-manager unzip

Re: Plugin/addon managers

2011-07-25 Thread Jimmy Wu
On Mon, Jul 25, 2011 at 20:33, Eric Weir eew...@bellsouth.net wrote: On Jul 10, 2011, at 3:56 PM, ZyX wrote: Try to do the following:    mkdir ~/.vam    cd ~/.vam    wget http://www.vim.org/scripts/download_script.php?src_id=13669 \         -Ovim-addon-manager-0.4.3.zip    mkdir

Re: Plugin/addon managers

2011-07-25 Thread ZyX
Reply to message «Re: Plugin/addon managers», sent 17:24:01 25 July 2011, Monday by Eric Weir: Replace this line with curl -o vim-addon-manager-0.4.3.zip \ http://www.vim.org/scripts/download_script.php?src_id=13669 . VAM won't be able to install anything if neither wget nor curl

Re: Plugin/addon managers

2011-07-25 Thread Eric Weir
On Jul 25, 2011, at 9:43 AM, ZyX wrote: Replace this line with curl -o vim-addon-manager-0.4.3.zip \ http://www.vim.org/scripts/download_script.php?src_id=13669 . VAM won't be able to install anything if neither wget nor curl is installed (first will also require some

Re: Plugin/addon managers

2011-07-25 Thread Andrew Long
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 25 Jul 2011, at 14:43, ZyX wrote: Reply to message «Re: Plugin/addon managers», sent 17:24:01 25 July 2011, Monday by Eric Weir: Replace this line with curl -o vim-addon-manager-0.4.3.zip \ http://www.vim.org/scripts

Re: Plugin/addon managers

2011-07-25 Thread ZyX
Reply to message «Re: Plugin/addon managers», sent 19:40:48 25 July 2011, Monday by Eric Weir: The VAM zip package is in /.vam. Your instructions say to cd into vim-addon-manager before executing the unzip command. When I got the above result, I tried moving the zip package into /.vam/vim

Re: Plugin/addon managers

2011-07-14 Thread Eric Weir
On Jul 10, 2011, at 4:21 PM, Israel Chauca F. wrote: Git is not part of Mac OS X, you must install it by yourself. It is easy to install, get it from here: http://git-scm.com/ Thanks, Israel. Not certain, but I think on suggestions here I'm going to hold off installing for now.

Re: Plugin/addon managers

2011-07-14 Thread Eric Weir
On Jul 10, 2011, at 4:39 PM, Marc Weber wrote: git is software which stores arbitrary amount of revisions of a set of files. Thus think about it as being a dump backup system with a lot of features code writers enjoy such as fetching updates from remote locations and trying to merge changes

Re: Plugin/addon managers

2011-07-14 Thread Eric Weir
On Jul 10, 2011, at 3:56 PM, ZyX wrote: Reply to message «Re: Plugin/addon managers», sent 23:29:36 10 July 2011, Sunday by Eric Weir: I get command not found. So I should install git? ZyX said it should be on my system, but that I shouldn't install it. I never said that, though my

Re: Plugin/addon managers

2011-07-14 Thread ZyX
Reply to message «Re: Plugin/addon managers», sent 17:47:20 14 July 2011, Thursday by Eric Weir: It is not critical, but I'd like to test my understanding of your recommendations regarding git. You recommend that I not install it, for now I take it, because if it were installed VAM would

RE: Plugin/addon managers

2011-07-14 Thread Ivan Vilches Basaul
Why in hell in the name of god and all demons i cannot unsuscribe of this mailgroup From: zyx@gmail.com To: vim_use@googlegroups.com Subject: Re: Plugin/addon managers Date: Thu, 14 Jul 2011 18:03:17 +0400 Reply to message «Re: Plugin/addon managers», sent 17:47:20 14 July 2011

Re: Plugin/addon managers

2011-07-10 Thread Eric Weir
On Jul 9, 2011, at 10:45 PM, Marc Weber wrote: The end of the documentation contains a shell script. You can copy paste that into your OSX shell and be done. Thanks Marc. You mean this *linux-installation-script*? git --help (in terminal)should show help of git. If you get a failure you

Re: Plugin/addon managers

2011-07-10 Thread ZyX
Reply to message «Re: Plugin/addon managers», sent 23:29:36 10 July 2011, Sunday by Eric Weir: I get command not found. So I should install git? ZyX said it should be on my system, but that I shouldn't install it. I never said that, though my words were perhaps unclear. I meant that if you

Re: Plugin/addon managers

2011-07-10 Thread Israel Chauca F.
On Jul 10, 2011, at 2:29 PM, Eric Weir wrote: On Jul 9, 2011, at 10:45 PM, Marc Weber wrote: The end of the documentation contains a shell script. You can copy paste that into your OSX shell and be done. Thanks Marc. You mean this *linux-installation-script*? git --help (in

Re: Plugin/addon managers

2011-07-10 Thread Marc Weber
Excerpts from Eric Weir's message of Sun Jul 10 21:29:36 +0200 2011: You mean this *linux-installation-script*? Yes that it would be good to have on my system if I'm going to try VAM. How do I install? It does not require that I be running a server? git is software which stores arbitrary

Re: Plugin/addon managers

2011-07-09 Thread ZyX
Reply to message «Plugin/addon managers», sent 21:17:54 09 July 2011, Saturday by Eric Weir: Vim-addon-manager documentation has links to related projects. I guess you won't be suggested solutions not mentioned there. Original message: I now have a few Vim plugins installed. I assume there

Re: Plugin/addon managers

2011-07-09 Thread Marc Weber
Excerpts from Eric Weir's message of Sat Jul 09 19:17:54 +0200 2011: Again, I have brief experience with Pathogen. I've bookmarked the Vim pages for vim-addon-manager and Vundle. I'd appreciate any feedback or guidance on these or other plugin managers I may have overlooked. Any insights will

Re: Plugin/addon managers

2011-07-09 Thread Eric Weir
On Jul 9, 2011, at 4:46 PM, Marc Weber wrote: VAM was designed to go out of your way. This means if a plugin doesn't work its a bug. You should either create a ticket or contact me so that we can find a fix (by mail or irc). Thanks for the detailed response, Marc. I need to check out the

Re: Plugin/addon managers

2011-07-09 Thread ZyX
Reply to message «Re: Plugin/addon managers», sent 03:01:53 10 July 2011, Sunday by Eric Weir: I need to check out the documentation. Does VAM itself do the actual installation? Yes. Or do you have to set up the folders to comply with the requirements of VAM and the plugins being installed

Re: Plugin/addon managers

2011-07-09 Thread Eric Weir
On Jul 9, 2011, at 7:21 PM, ZyX wrote: Reply to message «Re: Plugin/addon managers», sent 03:01:53 10 July 2011, Sunday by Eric Weir: You recommend cloning from git for users of git. I know git as a repository of plugins, addons, scripts, etc. I get the sense it's much more than

Re: Plugin/addon managers

2011-07-09 Thread Marc Weber
The end of the documentation contains a shell script. You can copy paste that into your OSX shell and be done. git --help (in terminal)should show help of git. If you get a failure you have to install git. You can ignore all other errors about svn,cvs,... which may show up. About vimoutliner: