This commit is contained in:
Leandro Freitas
2015-05-05 09:37:02 -03:00
parent 51c821b5da
commit 40faa56012
3 changed files with 31 additions and 5 deletions

View File

@@ -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()