We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d847c commit 6c01802Copy full SHA for 6c01802
plugin/vim-todo-lists.vim
@@ -32,7 +32,7 @@ function! VimTodoListsInit()
32
nnoremap <buffer> O O [ ]
33
nnoremap <buffer> j $/^ \[.\]<CR>:noh<CR> f f
34
nnoremap <buffer> k 0?^ \[.\]<CR>:noh<CR> f f
35
- nnoremap <buffer> <Space> :call VimTodoListsToggleItem()<CR>
+ nnoremap <buffer> <Space> :silent call VimTodoListsToggleItem()<CR>
36
inoremap <buffer> <CR> <CR> [ ]
37
endfunction
38
0 commit comments