@@ -348,43 +348,43 @@ after/syntax/c.vim contained in it to overwrite a user's c.vim.
348348 Doesn't override vimball installation.
349349>
350350 g:GetLatestVimScripts_scriptaddr
351- < default='https://www.vim.org/scripts/script.php?script_id ='
351+ < default='https://www.vim.org/scripts/script.php?script_id ='
352352 Override this if your system needs
353353 ... ='http://vim.sourceforge.net/script.php?script_id ='
354354>
355355 g:GetLatestVimScripts_downloadaddr
356- < default='https://www.vim.org/scripts/download_script.php?src_id ='
356+ < default='https://www.vim.org/scripts/download_script.php?src_id ='
357357 Override this if your system needs
358358 ... ='http://vim.sourceforge.net/scripts/download_script.php?src_id ='
359359>
360360 g:GetLatestVimScripts_bunzip2
361- < default= bunzip2
361+ < default= bunzip2
362362 This variable holds the name of the command to decompress .bz2
363363 files
364364>
365365 g:GetLatestVimScripts_bunzip3
366- < default= bunzip3
366+ < default= bunzip3
367367 This variable holds the name of the command to decompress .bz3
368368 files
369369>
370370 g:GetLatestVimScripts_gunzip
371- < default= gunzip
371+ < default= gunzip
372372 This variable holds the name of the command to decompress .gz
373373 files
374374>
375375 g:GetLatestVimScripts_unxz
376- < default= unxz
376+ < default= unxz
377377 This variable holds the name of the command to decompress .xz
378378 files
379379>
380380 g:GetLatestVimScripts_unzip
381- < default= unzip
381+ < default= unzip
382382 This variable holds the name of the command to decompress .zip
383383 files
384384
385385Note: The variables associated with decompression commands help workaround
386- crossplatform issues. For example, on Windows is possible to delegate this
387- calls into `wsl` by doing: >
386+ crossplatform issues. For example, on Windows is possible to delegate
387+ this calls into `wsl` by doing: >
388388
389389 let g:GetLatestVimScripts_bunzip2= "wsl -e bunzip2"
390390 let g:GetLatestVimScripts_gunzip= "wsl -e gunzip"
0 commit comments