On Thu, Oct 19, 2006 at 11:57:22PM +0200, Eric Smith wrote:
> Vim does not complete pdf files with C-X C-F.
> 
> Is there a place where I can alter this (mis)behavior?
> 
> -- 
> Eric Smith

     It does for me.  Two options that may affect this are 'suffixes'
and 'wildignore'.  The first just gives listed suffixes lower priority,
and the second removes them completely.

:help 'suffixes'
:help 'wildignore'
:verbose set suffixes? wildignore?

HTH                                     --Benji Fisher

Reply via email to