apt-vim
apt-vim copied to clipboard
Pull to update
Is it deliberate to re-clone on update? This takes a while for plugins like YouCompleteMe.
It'd be great to show the commit messages of the pulled commits so that you could review changes.
Thanks for logging this :-) Agreed that updating could be handled more gracefully. Ideally, update
would stash any changes (in case of user-customizations), git checkout master
, git pull
. If not using --assume-yes
, apt-vim
could prompt with the oneline commit SHAs and messages for review. If using --assume-yes
, apt-vim
could just go ahead and install