Re: Vim @ bzip2

1998-04-24 Thread Wichert Akkerman
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. -- ==

Re: Vim @ bzip2

1998-04-22 Thread Brederlow
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

Vim @ bzip2

1998-04-22 Thread Vaclav Hula
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