Skip to content

Instantly share code, notes, and snippets.

@mattsacks
Created January 18, 2012 02:06
Show Gist options
  • Save mattsacks/1630361 to your computer and use it in GitHub Desktop.
Save mattsacks/1630361 to your computer and use it in GitHub Desktop.
Quickfix window of TODO's found
command! -complete=file -nargs=1 TODO :exec "grep -r TODO:" <q-args> | :copen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment