mirror of
https://github.com/freitass/todo.txt-vim.git
synced 2025-11-17 22:33:38 -05:00
Fixes #9
This commit is contained in:
@@ -26,7 +26,7 @@ function! s:get_current_date()
|
||||
endfunction
|
||||
|
||||
function! todo#txt#prepend_date()
|
||||
execute 'normal! 0"='.string(s:get_current_date().' ').'
|
||||
execute 's/^\(([a-zA-Z]) \)\?/\1' . s:get_current_date() . ' /'
|
||||
endfunction
|
||||
|
||||
function! todo#txt#mark_as_done()
|
||||
|
||||
Reference in New Issue
Block a user