From a29a63f7ff3db981ae7fc38eace081ea4f2ad880 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 10 Mar 2020 01:12:58 +0100 Subject: todo: Add count support to TODO movement commands --- bundle/todo/plugin/todo.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bundle/todo/plugin/todo.vim') 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 (todo-previous) :call todo#PreviousTODO() -nnoremap (todo-next) :call todo#NextTODO() +nnoremap (todo-previous) :call todo#PreviousTODO() +nnoremap (todo-next) :call todo#NextTODO() if !hasmapto('(todo-previous)', 'n') && !maparg('[t', 'n') -- cgit v1.2.3