2009/5/7 mark.burge: > > Whenever I try to use :make it fails (appears the cwd for the file is > incorrect) - example > > !make 2>&1| tee /var/folders/3a/3aHhikj0HIio0xqUSFXaDE+++TI/-Tmp-/ > v713305/1 > make: *** No targets specified and no makefile found. Stop. > (1 of 1): make: *** No targets specified and no makefile found. > Stop. > > any ideas?
Maybe you just need to change the pwd? Inside Vim: 1. See what the pwd is by typing ":pwd" 2. If it is not what you wanted it to be, type ":cd path/to/dir" Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
