From df27c8e022078abf17b1eee3babec1d4be0c4b4a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 10 Mar 2020 01:02:30 +0100 Subject: todo: Silence mappings --- bundle/todo/plugin/todo.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bundle') diff --git a/bundle/todo/plugin/todo.vim b/bundle/todo/plugin/todo.vim index 1c7ccfd..a27171f 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