summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorJersey <fonseca@uchicago.edu>2020-06-24 22:05:00 +0000
committerJersey <fonseca@uchicago.edu>2020-06-24 22:05:00 +0000
commitbe8c354d24e0640429951dde94f8838f9aa45473 (patch)
tree244cd9bdeb89a7454efe89ef567e0e051866a9a4 /plugin
parent202402080a9e0ee43eecb06ee997890559987c6a (diff)
another attempt 5
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 1798539..8715d23 100644
--- a/plugin/bujo.vim
+++ b/plugin/bujo.vim
@@ -4,7 +4,7 @@ if empty(glob('~/bujo'))
4endif 4endif
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: /Date: " .strftime("%a d %b %Y")
8autocmd Bufwritepre,filewritepre todo.md execute "normal G" 8autocmd Bufwritepre,filewritepre todo.md execute "normal G"
9 9
10 10