On Monday, April 15, 2013 8:41:54 AM UTC-5, Darek wrote: > > I have did some debugging and looks like the error appears on the > system() call in grep.vim:407. If I copy-n-paste system()'s argument to > cmd.exe - it works as expected. Looks like there is a bug with the system() > function on 64-bit Windows with 64-bit vim. > > Did anyone encountered such behavior? >
As noted in your vim_use thread, I doubt very much that it's a bug in system(). More likely it's a problem with your system path or use of 32-bit calls in a 64-bit application. We can't debug the command unless you tell us what it is. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
