From 73d78e3861dff6aa0cd3b6d7703594cbeff37659 Mon Sep 17 00:00:00 2001 From: Jersey Date: Wed, 1 Jul 2020 12:02:37 -0500 Subject: removed autoformatting --- plugin/bujo.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugin/bujo.vim b/plugin/bujo.vim index cdc5d53..a002024 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim @@ -82,6 +82,3 @@ endif " Update date upon enter. autocmd bufnewfile todo.md call append(0, '#' . split(expand('%:p:h:t'), '\v\n')[0] . " todo") -autocmd bufnewfile todo.md call append(1, 'Date: ') -autocmd bufnewfile,bufread,filewritepre todo.md exe "g/Date: */s/Date: *.*/Date: " .strftime("%a %d %b %Y") -autocmd bufnewfile,Bufwritepre,filewritepre todo.md execute "normal Go" -- cgit v1.2.3