Skip to content

Commit 77f0045

Browse files
committed
Replaces the function call by command call in default mappings
1 parent 3d9f77f commit 77f0045

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
@@ -38,7 +38,7 @@ function! VimTodoListsSetNormalMode()
3838
nunmap <buffer> O
3939
nunmap <buffer> j
4040
nunmap <buffer> k
41-
nnoremap <buffer> <Space> :silent call VimTodoListsToggleItem()<CR>
41+
nnoremap <buffer> <Space> :VimTodoListsToggleItem<CR>
4242
noremap <buffer> <leader>e :silent call VimTodoListsSetItemMode()<CR>
4343
endfunction
4444

0 commit comments

Comments
 (0)