Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save petergi/06a584d599f1bb4d1b846fafb22fcf61 to your computer and use it in GitHub Desktop.
Save petergi/06a584d599f1bb4d1b846fafb22fcf61 to your computer and use it in GitHub Desktop.
Comment lines containing "DEBUG" statements in a C program
" using :normal
g/^\\s\*DEBUG/exe "norm! I/\* \\<Esc>A \*/\\<Esc>"
" using :substituting
g/^\\s\*DEBUG/s!.\*!/\* & \*/!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment