Skip to content

Instantly share code, notes, and snippets.

@nyctef
Last active May 5, 2017 13:35
Show Gist options
  • Save nyctef/5d4be79a427d99e44fc00fe4b24af9ae to your computer and use it in GitHub Desktop.
Save nyctef/5d4be79a427d99e44fc00fe4b24af9ae to your computer and use it in GitHub Desktop.
analyze msbuild log for warnings
exec '/\v^([ 0-9>]*)(.+) (warning [^ ]+): (.*$)/<cr>'
%v//d
%s//\3 : \4 | \2/g
sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment