Skip to content

Instantly share code, notes, and snippets.

@ashwin
Created March 24, 2015 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashwin/1a1c49609d4f48ca372e to your computer and use it in GitHub Desktop.
Save ashwin/1a1c49609d4f48ca372e to your computer and use it in GitHub Desktop.
Default value of errorformat in Vim
%*[^"]"%f"%*\D%l: %m
"%f"%*\D%l: %m
%-G%f:%l: (Each undeclared identifier is reported only once
%-G%f:%l: for each function it appears in.)
%-GIn file included from %f:%l:%c:
%-GIn file included from %f:%l:%c\,
%-GIn file included from %f:%l:%c
%-GIn file included from %f:%l
%-G%*[ ]from %f:%l:%c
%-G%*[ ]from %f:%l:
%-G%*[ ]from %f:%l\,
%-G%*[ ]from %f:%l
%f:%l:%c:%m
%f(%l):%m
%f:%l:%m
"%f"\, line %l%*\D%c%*[^ ] %m
%D%*\a[%*\d]: Entering directory `%f'
%X%*\a[%*\d]: Leaving directory `%f'
%D%*\a: Entering directory `%f'
%X%*\a: Leaving directory `%f'
%DMaking %*\a in %f
%f|%l| %m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment