Previously Vaclav Hula wrote:
> During reading the bzip2 thread, because there is no bzip2
> support (at least until bzip2 is integrated in gzip),
> I added folowing in vimrc:
I added this to vim and will upload a non-maintainer package today.
Wichert.
--
==
Vaclav Hula <[EMAIL PROTECTED]> writes:
> Hi all there!
Hi
> P.S. Is something wrong with this:
>
>*.tar.gz|*.tgz|*.tar.Z)
> tar tzvf $1 ;;
>
> *.gz|*.Z|*.z)
> gzip -dc $1 ;;
>
> +*.tar.bz2|*.tbz2)
> +tar tIvf $1 ;;
Tar forks to bzip2
Hi all there!
During reading the bzip2 thread, because there is no bzip2
support (at least until bzip2 is integrated in gzip),
I added folowing in vimrc:
augroup bzip2
" Remove all bzip2 autocommands
au!
" Enable editing of bzipped files
" read: set binary mode before reading the f
3 matches
Mail list logo