mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-12 11:53:47 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user