MarcWeber / vim-addon-manager

manage and install vim plugins (including their dependencies) in a sane way. If you have any trouble contact me. Usually I reply within 24 hours
Other
660 stars 59 forks source link

Simple flag for suppressing git installation output #81

Closed rocksolidwebdesign closed 12 years ago

rocksolidwebdesign commented 12 years ago

To help solve issue #79

rocksolidwebdesign commented 12 years ago

then I put something like this in my ~/.vimrc

echo "Activating/Installing VAM Plugins, this may take a while..."
let g:vam_silent_log = 1
call vam#ActivateAddons(g:my_vim_plugins)
unlet g:vam_silent_log
MarcWeber commented 12 years ago

1) We have the global vim_addon_manager dictionary for configuration options which is aliased to s:c in most files. 2) Ignoring the log is bad IMHO - we should find a way to write it to a file or show it in a buffer.

I'd also like to wait for reply of ZyX - maybe he has additional ideas. I'll create a new branch: no-enter-on-auto-install Let's improve upon that.

MarcWeber commented 12 years ago

It works for me. See vnc account on my server. I cloned VAM to ~/vim-addon-manager and modified your .vimrc so that it pulls VAM from the local directory. This way I can test easily