On Fri, Dec 11, 2009 at 11:27 AM, Tinou <[email protected]> wrote: > On Thu, Dec 10, 2009 at 18:41, Efraim Yawitz <[email protected]>wrote: > >> Hi, >> >> Hello :-) > > >> Is anyone good with errorformat strings? I'm trying to use output from >> the Microsoft cl compiler, and the errors look like this: >> >> 1>c:\kerneldrivers\w64\source\plugplay.c(211) : warning C4047: '==' : >> 'DWORD_PTR' differs in levels of indirection from 'void *' >> > > > I've asked this once and this is what I ended up with (using the visual > studio plugin) : > > let g:visual_studio_quickfix_errorformat = '%*[0-9]%*[>]\ %#%f(%l)\ :\ %m' >
Thanks, it worked perfectly! -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
