summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorJersey <fonseca@uchicago.edu>2020-06-24 22:11:38 +0000
committerJersey <fonseca@uchicago.edu>2020-06-24 22:11:38 +0000
commit6399bdbdb9373acd53bfbbe6b0ab2fe23a39ecf0 (patch)
tree6dd920ba28838be618a79e1b35b3544eac93e622 /plugin
parente224fc0412edfd34f77cbe1500ce893687a08c27 (diff)
new try 1
Diffstat (limited to 'plugin')
-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