summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJersey <fonseca@uchicago.edu>2020-06-24 17:48:51 +0000
committerJersey <fonseca@uchicago.edu>2020-06-24 17:48:51 +0000
commitf769b7df90fb0059332080bc244bdd39237968a1 (patch)
treedb63ab02806d65a947df37a22cc6ae6c0f4872bc
parent62288cbeaf91f5eefcf920d254d02b72b52861cb (diff)
Test
-rw-r--r--plugin/bujo.vim4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/bujo.vim b/plugin/bujo.vim
index 5856917..735e032 100644
--- a/plugin/bujo.vim
+++ b/plugin/bujo.vim
@@ -1,6 +1,6 @@
1if empty(glob('~/bujo')) 1if empty(glob('~/bujo'))
2 !mkdir ~/bujo/ 2 mkdir('~/bujo')
3 !mv ../templates/todo.md ~/bujo/ 3 !mv ./../templates/todo.md ~/bujo/
4endif 4endif
5 5
6" Open the bujo todo list file 6" Open the bujo todo list file