Skip to content

Commit 6c01802

Browse files
committed
Makes the VimTodoListsToggleItem() call silent
1 parent 62d847c commit 6c01802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/vim-todo-lists.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function! VimTodoListsInit()
3232
nnoremap <buffer> O O [ ]
3333
nnoremap <buffer> j $/^ \[.\]<CR>:noh<CR> f f
3434
nnoremap <buffer> k 0?^ \[.\]<CR>:noh<CR> f f
35-
nnoremap <buffer> <Space> :call VimTodoListsToggleItem()<CR>
35+
nnoremap <buffer> <Space> :silent call VimTodoListsToggleItem()<CR>
3636
inoremap <buffer> <CR> <CR> [ ]
3737
endfunction
3838

0 commit comments

Comments
 (0)