Hello, I'm using gvim with the visual studio plugin that can retreive (among other things) the compilation output into the quickfix window.
My errorformat is: let &errorformat='%f(%l) : %t%*\D%n: %m,%*[^"]"%f"%*\D%l: %m,%f(%l) : %m,%*[^ ] %f %l: %m,%f:%l:%c:%m,%f(%l):%m,%f:%l:%m,%f|%l| %m' I don't quite understand it completely, but it matches lines such as: some\relative\path\file.cpp|42|error... My question is, how can I make it understand, also, lines such as: 2>d:\absolute\path\file.cpp|42|error... For now it just opens the file "2>d:\absolute\path\file.cpp", which does not (and cannot) exist. I believe the "2" (which can be any number) is a compilation counter (per lib compiled). Thanks in advance, -- Étienne --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
