Merge pull request #46 from rleon/fix-trailing-space

Fix wrong prefix for completed tasks
This commit is contained in:
Leandro Freitas
2016-01-28 14:33:29 -02:00

View File

@@ -41,7 +41,7 @@ endfunction
function! todo#txt#mark_as_done()
call s:remove_priority()
call todo#txt#prepend_date()
normal! Ix
execute 'normal! Ix '
endfunction
function! todo#txt#mark_all_as_done()