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. -- Alexei Alexandrov