if exists('g:loaded_todo_comments') finish endif let g:loaded_todo = 1 nnoremap (todo-comments-previous) :call todo_comments#PreviousTODO() nnoremap (todo-comments-next) :call todo_comments#NextTODO() if !hasmapto('(todo-comments-previous)', 'n') && !maparg('[t', 'n') nmap [t (todo-comments-previous) endif if !hasmapto('(todo-comments-next)', 'n') && !maparg(']t', 'n') nmap ]t (todo-comments-next) endif