Skip to content

Instantly share code, notes, and snippets.

@wejrowski
Created February 12, 2015 17:40
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 wejrowski/0e7d096151e0ca02a020 to your computer and use it in GitHub Desktop.
Save wejrowski/0e7d096151e0ca02a020 to your computer and use it in GitHub Desktop.
VIM - remove all multiline comments
:%s/\/\*\{-1}\_.\{-}\*\///g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment