On Monday, April 15, 2013 9:49:52 AM UTC-5, Ben Fritz wrote: > > > Probably creating the temp file is failing, not reading it. Since this works > in 32-bit Vim but not 64-bit Vim, I suspect it's a path problem. Probably it > is related to the filesystem redirection/WOW64 feature in Windows. 64-bit > applications see a completely different folder for C:\Windows\System32 and > some other folders than 32-bit applications, so if your external command > depends on anything in these folders it will fail on one but not the other. >
>From the vim_dev thread¹ on this topic, it looks like the problem was with >shell quoting in the plugin. I don't know why this would affect 64-bit Vim but >not 32-bit but it sounds like the cause is known. ¹ https://groups.google.com/d/topic/vim_dev/UaIhGf7-sak/discussion -- -- You received this message from the "vim_use" 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_use" 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.
