From cd73720804195e44b65a4bb85ce6821d2ddceff8 Mon Sep 17 00:00:00 2001 From: Jersey Date: Wed, 24 Jun 2020 17:18:58 -0500 Subject: new try 1 --- plugin/bujo.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin') diff --git a/plugin/bujo.vim b/plugin/bujo.vim index 56c326f..1897073 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim @@ -2,8 +2,8 @@ if empty(glob('~/bujo')) call mkdir($HOME . '/bujo', 'p') endif - -autocmd bufnewfile todo.md call append(0, 'Date: ') +autocmd bufnewfile todo.md call append(0, ' __________ ____ ____\n /_ __/ __ \/ __ \/ __ \\n') +autocmd bufnewfile todo.md call append(1, 'Date: ') autocmd bufnewfile,bufreadpre todo.md exe "g/Date: */s/Date: /Date: " .strftime("%a %d %b %Y") autocmd bufnewfile,Bufwritepre,filewritepre todo.md execute "normal G" -- cgit v1.2.3