mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-11 19:33:48 -05:00
The commita612ebe('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>