we've changed our build system a bit, and it's broken my errorformat. The internal directory stack is not getting set properly with the new build output
Old errorformat set errorformat=%f:%l:%m,%f:%l:\ %m,\"%f\"\\,%*[^0-9]%l:\ %m,%Dmake:\ Entering\ directory\ `%f',%Dmake:\ Leaving\ directory\ `%f',"%f"%*\D%l: %m,%-G%f:%l: (Each undeclared identifier is reported only once,%-G%f:%l: for each function it appears in.),%f:%l:%m,"%f"\, line %l%*\D%c%*[^ ] % m,%D%*\a[%*\d]: Entering directory `%f',%X%*\a[%*\d]: Leaving directory `%f',%DMaking %*\a in %f: %DEntering\ dir\ '%f',%XLeaving\ dir The old build system output lines in this format that went onto the internal directory stack: make: Entering directory `/home/rthompso/myproject/dev/lib' The new build outputs this format ( may wrap in this email, but is all on one line in output ): [2009-08-14 12:56:55] INFO: make: Entering directory `/home/rthompso/myproject/dev/lib' Can someone help me update my errorformat to match this new output. I've tried without success. thanks, reid --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
