Alexei Alexandrov wrote;

> Hi Bram Moolenaar, you wrote:
> 
> > Patch 7.0.193
> > Problem:    Using --remote or --remote-tab with an argument that matches
> >             'wildignore' causes a crash.
> > Solution:   Check the argument count before using ARGLIST[0].
> > Files:      src/ex_cmds.c
> > 
> > 
> 
> After applying a patch I still observe differnt behavior between
> 
> gvim.exe <some file matching 'wildignore'>
> 
> and 
> 
> gvim.exe --remote-tab-silent <some file matching 'wildignore'>
> 
> The first opens the file just fine, while the second says "No match"
> error message.

Yes, well, there is a bit of a conflict about what Vim should do.  You
told Vim to ignore files with a certain extension, and then you tell it
to edit such a file.  In a new Vim this results in editing the file
anyway, since there is nothing else to do.  In an existing Vim you get
an error message, and keep the file you were working on.  I would think
this is OK.  Is there a specific situation where you need Vim to edit
the file you wanted ignored?

-- 
hundred-and-one symptoms of being an internet addict:
134. You consider bandwidth to be more important than carats.

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to