Skip to content

Commit bab7495

Browse files
committed
Fixes the documentation.
1 parent 4cfb5cf commit bab7495

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The sequence matching the expression '^\s\*[ ].\*' marks a line as a TODO list i
4545
* `:VimTodoListsCreateNewItem` - creates a new item in current line
4646
* `:VimTodoListsGoToNextItem` - go to the next item
4747
* `:VimTodoListsGoToPreviousItem` - go to the previous item
48-
* `:VimTodoListsToggleItem` - toggles the item
48+
* `:VimTodoListsToggleItem` - toggles the current item (or selected items in visual mode)
4949

5050
##### Default key mappings
5151

doc/vim-todo-lists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ Commands
7070
* :VimTodoListsCreateNewItem - creates a new item in current line
7171
* :VimTodoListsGoToNextItem - go to the next item
7272
* :VimTodoListsGoToPreviousItem - go to the previous item
73-
* :VimTodoListsToggleItem - toggles the item
73+
* :VimTodoListsToggleItem - toggles the current item (or selected items
74+
in visual mode)
7475

7576

7677
Default key bindings

0 commit comments

Comments
 (0)