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 6b6c4b3 commit 1920e79Copy full SHA for 1920e79
plugin/vim-todo-lists.vim
@@ -137,11 +137,11 @@ if !exists('g:vimtodolists_plugin')
137
augroup end
138
139
"Defining plugin commands
140
- command! VimTodoListsToggleItem silent call VimTodoListsToggleItem()
141
command! VimTodoListsCreateNewItemAbove silent call VimTodoListsCreateNewItemAbove()
142
command! VimTodoListsCreateNewItemBelow silent call VimTodoListsCreateNewItemBelow()
143
command! VimTodoListsCreateNewItem silent call VimTodoListsCreateNewItem()
144
command! VimTodoListsGoToNextItem silent call VimTodoListsGoToNextItem()
145
command! VimTodoListsGoToPreviousItem silent call VimTodoListsGoToPreviousItem()
+ command! VimTodoListsToggleItem silent call VimTodoListsToggleItem()
146
endif
147
0 commit comments