summaryrefslogtreecommitdiff
path: root/plugin/bujo.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/bujo.vim')
-rw-r--r--plugin/bujo.vim2
1 files changed, 1 insertions, 1 deletions
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
5 5
6autocmd bufnewfile todo.md call append(0, 'Date: ') 6autocmd bufnewfile todo.md call append(0, 'Date: ')
7autocmd bufnewfile,bufreadpre todo.md exe "g/Date: */s/Date: /Date: " .strftime("%a %d %b %Y") 7autocmd bufnewfile,bufreadpre todo.md exe "g/Date: */s/Date: /Date: " .strftime("%a %d %b %Y")
8autocmd Bufwritepre,filewritepre todo.md execute "normal G" 8autocmd bufnewfile,Bufwritepre,filewritepre todo.md execute "normal G"
9 9
10 10
11 11