Fix documentation and README typos

The commands for adding priorities B and C got switched up in the
documentation and README.
This commit is contained in:
Stephan Rodemeier
2014-11-01 23:09:01 +01:00
parent 5ad30f3ee8
commit ddd8c61a54
2 changed files with 4 additions and 4 deletions

View File

@@ -19,9 +19,9 @@ This plugin gives syntax highlighting to [todo.txt](http://todotxt.com/) files.
`<leader>-a` : Add the priority (A) to the current line
`<leader>-c` : Add the priority (B) to the current line
`<leader>-b` : Add the priority (B) to the current line
`<leader>-b` : Add the priority (C) to the current line
`<leader>-c` : Add the priority (C) to the current line
`<leader>-d` : Insert the current date

View File

@@ -15,9 +15,9 @@ COMMANDS *todo-commands*
`<leader>-a` : Add the priority (A) to the current line
`<leader>-c` : Add the priority (B) to the current line
`<leader>-b` : Add the priority (B) to the current line
`<leader>-b` : Add the priority (C) to the current line
`<leader>-c` : Add the priority (C) to the current line
`<leader>-d` : Insert the current date