aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/git_todo.vim
blob: 6f5d2834aefcce62789f184d9d76288098b4e70a (plain)
1
2
3
4
5
6
7
if exists('g:loaded_git_todo')
	finish
endif
let g:loaded_git_todo = 1


command! -nargs=? GitTodo call git_todo#QuickfixTodos(<q-args>)