diff options
author | Teddy Wing | 2020-03-10 01:02:30 +0100 |
---|---|---|
committer | Teddy Wing | 2020-03-12 23:21:56 +0100 |
commit | df27c8e022078abf17b1eee3babec1d4be0c4b4a (patch) | |
tree | 270f819c0d30481559eda15d6be26d32ab08e7a2 | |
parent | 68a2dea0305109accbf628294eadbe284c36bfa5 (diff) | |
download | dotvim-df27c8e022078abf17b1eee3babec1d4be0c4b4a.tar.bz2 |
todo: Silence mappings
-rw-r--r-- | bundle/todo/plugin/todo.vim | 4 |
1 files changed, 2 insertions, 2 deletions
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 <Plug>(todo-previous) :call todo#PreviousTODO()<CR> -nnoremap <Plug>(todo-next) :call todo#NextTODO()<CR> +nnoremap <silent> <Plug>(todo-previous) :call todo#PreviousTODO()<CR> +nnoremap <silent> <Plug>(todo-next) :call todo#NextTODO()<CR> if !hasmapto('<Plug>(todo-previous)', 'n') && !maparg('[t', 'n') |