1
0
mirror of https://github.com/amix/vimrc synced 2025-07-03 22:25:32 +08:00

Merge branch 'master' of github.com:amix/vimrc

This commit is contained in:
Amir Salihefendic
2018-03-31 11:56:43 -03:00
4 changed files with 55 additions and 7 deletions

View File

@ -83,7 +83,7 @@ def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir):
pass
shutil.move(plugin_temp_path, plugin_dest_path)
print(zip_path)
print('Updated {0}'.format(plugin_name))