openbsd-ports/editors/vim/patches/patch-runtime_autoload_tar_vim
sthen fa58394aae update to vim 7.4.45 and move non-English tutor files to the -lang subpackage.
drop ckuethe as maintainer (mail bounces).
earlier version ok jung@
2013-10-04 08:44:03 +00:00

13 lines
425 B
Plaintext

$OpenBSD: patch-runtime_autoload_tar_vim,v 1.2 2013/10/04 08:44:03 sthen Exp $
--- runtime/autoload/tar.vim.orig Fri Sep 20 19:13:53 2013
+++ runtime/autoload/tar.vim Sat Sep 21 23:43:47 2013
@@ -43,7 +43,7 @@ if !exists("g:tar_readoptions")
let g:tar_readoptions= "OPxf"
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"