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 bbf8465 commit a5042c6Copy full SHA for a5042c6
README.md
@@ -29,7 +29,7 @@ Plugin is automatically applied for files with `.todo` extension.
29
30
##### TODO Items
31
32
-The ` [ ] ` sequence of characters marks a line as a TODO list item.
+The sequence matching the expression '^ [ ] ' marks a line as a TODO list item.
33
34
###### Example
35
doc/vim-todo-lists.txt
@@ -50,7 +50,8 @@ Plugin is automatically applied for files with `.todo` extension.
50
TODO Items
51
----------
52
53
-The ' [ ] ' sequence of characters marks a line as a TODO list item.
+The sequence matching the expression '^ [ ] ' marks a line as a TODO list
54
+item.
55
56
Example
57
-------
0 commit comments