Merge branch 'master' into SortDueFixes

This commit is contained in:
Peter
2017-09-14 01:18:42 +10:00
committed by GitHub

View File

@@ -65,7 +65,8 @@ function! todo#PrependDate()
if (getline(".") =~ '\v^\(') if (getline(".") =~ '\v^\(')
execute "normal! 0f)a\<space>\<esc>l\"=strftime(\"%Y-%m-%d\")\<esc>P" execute "normal! 0f)a\<space>\<esc>l\"=strftime(\"%Y-%m-%d\")\<esc>P"
else else
normal! 0"=strftime("%Y-%m-%d ") normal! 0"=strftime("%Y-%m-%d ")
P
endif endif
endfunction endfunction