From 202402080a9e0ee43eecb06ee997890559987c6a Mon Sep 17 00:00:00 2001 From: Jersey Date: Wed, 24 Jun 2020 17:03:25 -0500 Subject: another attempt 4 --- plugin/bujo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/bujo.vim b/plugin/bujo.vim index 0556837..1798539 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim @@ -5,7 +5,7 @@ endif autocmd bufnewfile todo.md call append(0, 'Date: ') autocmd bufnewfile todo.md exe "g/Date: */s/Date: /" .strftime("%a d %b %Y") -autocmd Bufwritepre,filewritepre todo.md execute "normal ma" +autocmd Bufwritepre,filewritepre todo.md execute "normal G" -- cgit v1.2.3