patch-runtime_autoload_tar_vim 425 B

12345678910111213
  1. $OpenBSD: patch-runtime_autoload_tar_vim,v 1.2 2013/10/04 08:44:03 sthen Exp $
  2. --- runtime/autoload/tar.vim.orig Fri Sep 20 19:13:53 2013
  3. +++ runtime/autoload/tar.vim Sat Sep 21 23:43:47 2013
  4. @@ -43,7 +43,7 @@ if !exists("g:tar_readoptions")
  5. let g:tar_readoptions= "OPxf"
  6. endif
  7. if !exists("g:tar_cmd")
  8. - let g:tar_cmd= "tar"
  9. + let g:tar_cmd= "gtar"
  10. endif
  11. if !exists("g:tar_writeoptions")
  12. let g:tar_writeoptions= "uf"