diff --git a/autoload/todo.vim b/autoload/todo.vim index 95dcac9..a2c6784 100644 --- a/autoload/todo.vim +++ b/autoload/todo.vim @@ -65,7 +65,8 @@ function! todo#PrependDate() if (getline(".") =~ '\v^\(') execute "normal! 0f)a\\l\"=strftime(\"%Y-%m-%d\")\P" else - normal! 0"=strftime("%Y-%m-%d ") P + normal! 0"=strftime("%Y-%m-%d ") +P endif endfunction