1
0
mirror of https://github.com/amix/vimrc synced 2025-02-28 14:12:51 +08:00
This commit is contained in:
bood 2013-08-18 09:01:07 +02:00
parent b0798e23f8
commit a7345844a0

View File

@ -41,6 +41,7 @@ GITHUB_ZIP = '%s/archive/master.zip'
SOURCE_DIR = path.join( path.dirname(__file__), 'sources_non_forked' )
def download_extract_replace(plugin_name, zip_path, temp_dir, source_dir):
temp_zip_path = path.join(temp_dir, plugin_name)