fix bad indent
This commit is contained in:
@@ -63,10 +63,10 @@ endfunction
|
|||||||
|
|
||||||
function! todo#PrependDate()
|
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
|
P
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user