fix bad indent

This commit is contained in:
David Beniamine
2017-09-15 12:27:01 +02:00
parent f39504bea8
commit 22fb99260e

View File

@@ -66,7 +66,7 @@ function! todo#PrependDate()
execute "normal! 0f)a\<space>\<esc>l\"=strftime(\"%Y-%m-%d\")\<esc>P"
else
normal! 0"=strftime("%Y-%m-%d ")
P
P
endif
endfunction