summaryrefslogtreecommitdiff
path: root/plugin/bujo.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/bujo.vim')
-rw-r--r--plugin/bujo.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/bujo.vim b/plugin/bujo.vim
index 5579a87..4c1696b 100644
--- a/plugin/bujo.vim
+++ b/plugin/bujo.vim
@@ -1,5 +1,5 @@
1if empty(glob('~/bujo')) 1if empty(glob('~/bujo'))
2 call mkdir('~/bujo') 2 call mkdir($HOME . '/bujo', 'p')
3 !mv ./../templates/todo.md ~/bujo/ 3 !mv ./../templates/todo.md ~/bujo/
4endif 4endif
5 5