summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJersey Fonseca <fonseca@uchicago.edu>2020-06-24 20:45:34 +0000
committerGitHub <noreply@github.com>2020-06-24 20:45:34 +0000
commit4e5d8752ac8b8fe4c50b8071ace4827bca61b13d (patch)
tree70806992896d32d6b32d4cdc5f71810318ca80b0
parentdf5bb3b7ffc7a206102d1b28b8ef30ab2e380b36 (diff)
Update bujo.vim
-rw-r--r--plugin/bujo.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/bujo.vim b/plugin/bujo.vim
index 9531421..3764af5 100644
--- a/plugin/bujo.vim
+++ b/plugin/bujo.vim
@@ -1,7 +1,6 @@
1"Make bujo directory if it doesn't exist" 1"Make bujo directory if it doesn't exist"
2if empty(glob('~/bujo')) 2if empty(glob('~/bujo'))
3 call mkdir($HOME . '/bujo', 'p') 3 call mkdir($HOME . '/bujo', 'p')
4
5endif 4endif
6 5
7" Open the bujo todo list file 6" Open the bujo todo list file