On Wed, May 24, 2006 at 12:26:35PM +0200, Mathias Michaelis wrote:
> Hi vimmers!
>
> The source archive
>
> ftp://ftp.vim.org/pub/vim/pc/vim70src.zip
>
> contains the file if_sniff.h but not the corresponding source file
> if_sniff.c. Has this a specific reason or has if_sniff.c simply been
> forgotten?
>
> With kind regards
>
> Mathias
I think it is a mistake. At first, I thought that if_sniff.c was a
generated file, but then I checked my copy of the sources:
$ bzcat vim-7.0.tar.bz2 | tar tf - | grep sniff
vim70/runtime/doc/if_sniff.txt
vim70/src/if_sniff.h
$ tar tzf vim-7.0-lang.tar.gz | grep sniff
$ tar tzf vim-7.0-extra.tar.gz | grep sniff
vim70/src/if_sniff.c
So the file is there in the "extra" archive, so I think it should be
included in the PC version.
HTH --Benji Fisher