1
0
mirror of https://github.com/amix/vimrc synced 2025-07-17 17:15:01 +08:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Mirosław Pragłowski
2014-10-13 21:54:40 +02:00
266 changed files with 11284 additions and 3954 deletions

View File

@ -69,7 +69,7 @@ def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir):
shutil.move(plugin_temp_path, plugin_dest_path)
print 'Updated %s' % plugin_name
print('Updated {0}'.format(plugin_name))
if __name__ == '__main__':