Re: 'wildignore' bug

2008-06-25 Fir de Conversatie Ingo Karkat
On 24-Jun-08 12:07, Bram Moolenaar wrote: Ingo Karkat wrote: On 20-Jun-08 18:34, Ingo Karkat wrote: On 20-Jun-08 17:59, Ben Fritz wrote: I have a script that creates files like this: file.ext - file.ext.ann_out.ext I don't want to see these files when I do filename completion, because

Re: 'wildignore' bug

2008-06-25 Fir de Conversatie Bram Moolenaar
Ingo Karkat wrote: On 24-Jun-08 12:07, Bram Moolenaar wrote: Ingo Karkat wrote: On 20-Jun-08 18:34, Ingo Karkat wrote: On 20-Jun-08 17:59, Ben Fritz wrote: I have a script that creates files like this: file.ext - file.ext.ann_out.ext I don't want to see these files when I

Re: 'wildignore' bug

2008-06-24 Fir de Conversatie Bram Moolenaar
Ingo Karkat wrote: On 20-Jun-08 18:34, Ingo Karkat wrote: On 20-Jun-08 17:59, Ben Fritz wrote: I have a script that creates files like this: file.ext - file.ext.ann_out.ext I don't want to see these files when I do filename completion, because they clutter up my wildmenu. For

Re: 'wildignore' bug

2008-06-23 Fir de Conversatie Ingo Karkat
On 20-Jun-08 18:34, Ingo Karkat wrote: On 20-Jun-08 17:59, Ben Fritz wrote: I have a script that creates files like this: file.ext - file.ext.ann_out.ext I don't want to see these files when I do filename completion, because they clutter up my wildmenu. For this reason, I put: set

Re: 'wildignore' bug

2008-06-23 Fir de Conversatie Ingo Karkat
, Bram Moolenaar [EMAIL PROTECTED] wrote: I can reproduce it. One more for the todo list. No, Bram only replied to the original poster (Ben Fritz), acknowledging the --remote-tab-silent + wildignore bug. (This is the excerpt from the todo list:) When using --remote-silent and the file name

'wildignore' bug

2008-06-20 Fir de Conversatie Ben Fritz
I have a script that creates files like this: file.ext - file.ext.ann_out.ext I don't want to see these files when I do filename completion, because they clutter up my wildmenu. For this reason, I put: set wildignore+=*.ann_out.* into my .vimrc. Now, when I do this: gvim --remote-tab-silent

Re: 'wildignore' bug

2008-06-20 Fir de Conversatie Bram Moolenaar
Ben Fritz wrote: I have a script that creates files like this: file.ext - file.ext.ann_out.ext I don't want to see these files when I do filename completion, because they clutter up my wildmenu. For this reason, I put: set wildignore+=*.ann_out.* into my .vimrc. Now, when I do