From 6399bdbdb9373acd53bfbbe6b0ab2fe23a39ecf0 Mon Sep 17 00:00:00 2001 From: Jersey Date: Wed, 24 Jun 2020 17:11:38 -0500 Subject: new try 1 --- plugin/bujo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/bujo.vim b/plugin/bujo.vim index fcb9f58..56c326f 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim @@ -5,7 +5,7 @@ endif autocmd bufnewfile todo.md call append(0, 'Date: ') autocmd bufnewfile,bufreadpre todo.md exe "g/Date: */s/Date: /Date: " .strftime("%a %d %b %Y") -autocmd Bufwritepre,filewritepre todo.md execute "normal G" +autocmd bufnewfile,Bufwritepre,filewritepre todo.md execute "normal G" -- cgit v1.2.3