Hi, I use gVim on Windows for writing PHP code. I just got a new PC and setup gVim again and for some reason :make isn't working correctly anymore. The compile string that it uses is: C:\WINDOWS\system32\cmd.exe /c php -lq >C: \DOCUME~1\CROBIN~1\LOCALS~1\Temp\VIe2 6C.tmp 2>&1
Which would be just fine except for the ">" right before the temp file path. When I manually remove that and try the command in a DOS window it works just fine, however with the ">" it just hangs forever. Where can I adjust that path? Where is it generated from? Also, on my old machine I didn't have to set the compiler to PHP, it knew by filetype. How would I accomplish that again? Thank you! --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
