diff options
author | Jersey <fonseca@uchicago.edu> | 2020-06-24 17:56:32 +0000 |
---|---|---|
committer | Jersey <fonseca@uchicago.edu> | 2020-06-24 17:56:32 +0000 |
commit | c19316cfdf1bc3bf6ff0b849604f01d1878cd223 (patch) | |
tree | b9fed39b825ff8f9f47cbeefa58da321c689d4a2 /plugin | |
parent | b3cf67391a84d2ca75991fd07bc3f33d2d145ae8 (diff) |
another test 3
Diffstat (limited to 'plugin')
-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 5579a87..4c1696b 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') | 2 | call mkdir($HOME . '/bujo', 'p') |
3 | !mv ./../templates/todo.md ~/bujo/ | 3 | !mv ./../templates/todo.md ~/bujo/ |
4 | endif | 4 | endif |
5 | 5 | ||