summaryrefslogtreecommitdiff
path: root/plugin/bujo.vim
diff options
context:
space:
mode:
authorJersey <fonseca@uchicago.edu>2020-06-24 22:03:25 +0000
committerJersey <fonseca@uchicago.edu>2020-06-24 22:03:25 +0000
commit202402080a9e0ee43eecb06ee997890559987c6a (patch)
tree04287120daa8bb6769a9bc3ab21b653eeb54c148 /plugin/bujo.vim
parent7f9e20de2b1d12667b158088293699245989c89f (diff)
another attempt 4
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 0556837..1798539 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 todo.md exe "g/Date: */s/Date: /" .strftime("%a d %b %Y") 7autocmd bufnewfile todo.md exe "g/Date: */s/Date: /" .strftime("%a d %b %Y")
8autocmd Bufwritepre,filewritepre todo.md execute "normal ma" 8autocmd Bufwritepre,filewritepre todo.md execute "normal G"
9 9
10 10
11 11