summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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