mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-16 13:53:47 -05:00
Merge pull request #46 from rleon/fix-trailing-space
Fix wrong prefix for completed tasks
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user