On Mon, Jul 25, 2011 at 20:33, Eric Weir <[email protected]> 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 vim-addon-manager >> cd vim-addon-manager >> unzip ../vim-addon-manager-0.4.3.zip >> rm ../vim-addon-manager-0.4.3.zip >> echo 'let g:vim_addon_manager={}' >> ~/.vimrc >> echo 'let g:vim_addon_manager.plugin_root_dir=expand("~/.vam")' >> >> ~/.vimrc > > When I get to the third line, ZyX, I get "wget: command not found."
You must not have wget installed in your path. Wget is a useful thing to have around but if you don't want to bother with installing it you can replace that step by simply going to the url (with any web browser) and downloading that zip file yourself. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
