diff options
author | Jersey <fonseca@uchicago.edu> | 2020-06-24 18:09:31 +0000 |
---|---|---|
committer | Jersey <fonseca@uchicago.edu> | 2020-06-24 18:09:31 +0000 |
commit | fb7ee996a618e50c1e608a4faf3f093e2dc35f6c (patch) | |
tree | 9d0b30517af814b1e2b2377301e2cbb819917554 | |
parent | b643ec0f0cafa745e4139d768273e7a86e238b28 (diff) |
another test 6
-rw-r--r-- | plugin/bujo.vim | 2 |
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 @@ | |||
1 | if empty(glob('~/bujo')) | 1 | if 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/" |
4 | endif | 4 | endif |
5 | 5 | ||