summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorJersey <fonseca@uchicago.edu>2020-06-24 20:37:08 +0000
committerJersey <fonseca@uchicago.edu>2020-06-24 20:37:08 +0000
commit6b118944809f42d3af2a1b20f71f1aad580dc08d (patch)
treef653b37999204ae5a3ce813d674c1f71f35f6efe /plugin
parent90e5518188c66bbdb40398a7f0c88ca1f1115958 (diff)
First release
Diffstat (limited to 'plugin')
-rw-r--r--plugin/bujo.vim12
1 files changed, 1 insertions, 11 deletions
diff --git a/plugin/bujo.vim b/plugin/bujo.vim
index cc8a84e..9531421 100644
--- a/plugin/bujo.vim
+++ b/plugin/bujo.vim
@@ -1,17 +1,7 @@
1autocmd BufWritePre,FileWritePre todo.md ks|call LastMod()|'s
2fun LastMod()
3 if line("$") > 20
4 let l = 20
5 else
6 let l = line("$")
7 endif
8 exe "1," . l . "g/Date: /s/Date: .*/Date: " .
9 \ strftime("%Y %b %d")
10endfun
11
12"Make bujo directory if it doesn't exist" 1"Make bujo directory if it doesn't exist"
13if empty(glob('~/bujo')) 2if empty(glob('~/bujo'))
14 call mkdir($HOME . '/bujo', 'p') 3 call mkdir($HOME . '/bujo', 'p')
4
15endif 5endif
16 6
17" Open the bujo todo list file 7" Open the bujo todo list file