aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/todo/plugin/todo.vim
blob: e8f0229be5023d736fa49d32aec54e0e995e1727 (plain)
1
2
3
4
5
6
7
8
if exists('g:loaded_todo')
	finish
endif
let g:loaded_todo = 1


nnoremap [t :call todo#PreviousTODO()<CR>
nnoremap ]t :call todo#NextTODO()<CR>