summaryrefslogtreecommitdiff
path: root/plugin/bujo.vim
diff options
context:
space:
mode:
authorJersey <fonseca@uchicago.edu>2020-06-24 17:52:23 +0000
committerJersey <fonseca@uchicago.edu>2020-06-24 17:52:23 +0000
commitb3cf67391a84d2ca75991fd07bc3f33d2d145ae8 (patch)
tree7941c7ea08590ee35f39723354242809f2b26e82 /plugin/bujo.vim
parentf769b7df90fb0059332080bc244bdd39237968a1 (diff)
another test
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 735e032..5579a87 100644
--- a/plugin/bujo.vim
+++ b/plugin/bujo.vim
@@ -1,5 +1,5 @@
1if empty(glob('~/bujo')) 1if empty(glob('~/bujo'))
2 mkdir('~/bujo') 2 call mkdir('~/bujo')
3 !mv ./../templates/todo.md ~/bujo/ 3 !mv ./../templates/todo.md ~/bujo/
4endif 4endif
5 5