Skip to content

Commit 1920e79

Browse files
committed
Makes commands order alphabetical
1 parent 6b6c4b3 commit 1920e79

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
@@ -137,11 +137,11 @@ if !exists('g:vimtodolists_plugin')
137137
augroup end
138138

139139
"Defining plugin commands
140-
command! VimTodoListsToggleItem silent call VimTodoListsToggleItem()
141140
command! VimTodoListsCreateNewItemAbove silent call VimTodoListsCreateNewItemAbove()
142141
command! VimTodoListsCreateNewItemBelow silent call VimTodoListsCreateNewItemBelow()
143142
command! VimTodoListsCreateNewItem silent call VimTodoListsCreateNewItem()
144143
command! VimTodoListsGoToNextItem silent call VimTodoListsGoToNextItem()
145144
command! VimTodoListsGoToPreviousItem silent call VimTodoListsGoToPreviousItem()
145+
command! VimTodoListsToggleItem silent call VimTodoListsToggleItem()
146146
endif
147147

0 commit comments

Comments
 (0)