summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJersey <fonseca@uchicago.edu>2020-06-24 18:09:31 +0000
committerJersey <fonseca@uchicago.edu>2020-06-24 18:09:31 +0000
commitfb7ee996a618e50c1e608a4faf3f093e2dc35f6c (patch)
tree9d0b30517af814b1e2b2377301e2cbb819917554
parentb643ec0f0cafa745e4139d768273e7a86e238b28 (diff)
another test 6
-rw-r--r--plugin/bujo.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/bujo.vim b/plugin/bujo.vim
index 497f121..01f17a5 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', 'p') 2 call mkdir($HOME . '/bujo', 'p')
3 exe "!mv ./../templates/todo.md ~/bujo/" 3 exe "!mv ./../templates/todo.md ~/bujo/"
4endif 4endif
5 5