aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/todo/plugin/todo.vim
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/todo/plugin/todo.vim')
-rw-r--r--bundle/todo/plugin/todo.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundle/todo/plugin/todo.vim b/bundle/todo/plugin/todo.vim
index a27171f..f4358a6 100644
--- a/bundle/todo/plugin/todo.vim
+++ b/bundle/todo/plugin/todo.vim
@@ -4,8 +4,8 @@ endif
let g:loaded_todo = 1
-nnoremap <silent> <Plug>(todo-previous) :call todo#PreviousTODO()<CR>
-nnoremap <silent> <Plug>(todo-next) :call todo#NextTODO()<CR>
+nnoremap <silent> <Plug>(todo-previous) :<C-u>call todo#PreviousTODO()<CR>
+nnoremap <silent> <Plug>(todo-next) :<C-u>call todo#NextTODO()<CR>
if !hasmapto('<Plug>(todo-previous)', 'n') && !maparg('[t', 'n')