2023-08-16 22:26:55 +00:00
|
|
|
Index: runtime/autoload/tar.vim
|
|
|
|
--- runtime/autoload/tar.vim.orig
|
|
|
|
+++ runtime/autoload/tar.vim
|
2024-05-26 03:08:12 +00:00
|
|
|
@@ -44,7 +44,7 @@ if !exists("g:tar_readoptions")
|
2025-01-24 00:38:30 +00:00
|
|
|
let g:tar_readoptions= "pPxf"
|
2023-08-16 22:26:55 +00:00
|
|
|
endif
|
|
|
|
if !exists("g:tar_cmd")
|
|
|
|
- let g:tar_cmd= "tar"
|
|
|
|
+ let g:tar_cmd= "gtar"
|
|
|
|
endif
|
|
|
|
if !exists("g:tar_writeoptions")
|
|
|
|
let g:tar_writeoptions= "uf"
|