freitass / todo.txt-vim

Vim plugin for Todo.txt
486 stars 121 forks source link

Fix wrong prefix for completed tasks #46

Closed rleon closed 8 years ago

rleon commented 8 years ago

The commit a612ebe ('Remove trailing whitespaces') removed the whitespace which was after 'x' markup. It caused to mark the completed task without space and didn't allow to remove it automatically.

Before this change: xCOMPLETION_DATE .... After this change: x COMPLETION_DATE ...

Fixes: a612ebe ('Remove trailing whitespaces') Signed-off-by: Leon Romanovsky leon@leon.nu

freitass commented 8 years ago

Thanks @rleon!