@@ -348,43 +348,43 @@ after/syntax/c.vim contained in it to overwrite a user's c.vim.
348
348
Doesn't override vimball installation.
349
349
>
350
350
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 ='
352
352
Override this if your system needs
353
353
... ='http://vim.sourceforge.net/script.php?script_id ='
354
354
>
355
355
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 ='
357
357
Override this if your system needs
358
358
... ='http://vim.sourceforge.net/scripts/download_script.php?src_id ='
359
359
>
360
360
g:GetLatestVimScripts_bunzip2
361
- < default= bunzip2
361
+ < default= bunzip2
362
362
This variable holds the name of the command to decompress .bz2
363
363
files
364
364
>
365
365
g:GetLatestVimScripts_bunzip3
366
- < default= bunzip3
366
+ < default= bunzip3
367
367
This variable holds the name of the command to decompress .bz3
368
368
files
369
369
>
370
370
g:GetLatestVimScripts_gunzip
371
- < default= gunzip
371
+ < default= gunzip
372
372
This variable holds the name of the command to decompress .gz
373
373
files
374
374
>
375
375
g:GetLatestVimScripts_unxz
376
- < default= unxz
376
+ < default= unxz
377
377
This variable holds the name of the command to decompress .xz
378
378
files
379
379
>
380
380
g:GetLatestVimScripts_unzip
381
- < default= unzip
381
+ < default= unzip
382
382
This variable holds the name of the command to decompress .zip
383
383
files
384
384
385
385
Note: 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: >
388
388
389
389
let g:GetLatestVimScripts_bunzip2= "wsl -e bunzip2"
390
390
let g:GetLatestVimScripts_gunzip= "wsl -e gunzip"
0 commit comments