diff options
| author | Jersey Fonseca <fonseca@uchicago.edu> | 2020-06-24 20:45:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-24 20:45:34 +0000 |
| commit | 4e5d8752ac8b8fe4c50b8071ace4827bca61b13d (patch) | |
| tree | 70806992896d32d6b32d4cdc5f71810318ca80b0 /plugin | |
| parent | df5bb3b7ffc7a206102d1b28b8ef30ab2e380b36 (diff) | |
Update bujo.vim
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/bujo.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/bujo.vim b/plugin/bujo.vim index 9531421..3764af5 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | "Make bujo directory if it doesn't exist" | 1 | "Make bujo directory if it doesn't exist" |
| 2 | if empty(glob('~/bujo')) | 2 | if empty(glob('~/bujo')) |
| 3 | call mkdir($HOME . '/bujo', 'p') | 3 | call mkdir($HOME . '/bujo', 'p') |
| 4 | |||
| 5 | endif | 4 | endif |
| 6 | 5 | ||
| 7 | " Open the bujo todo list file | 6 | " Open the bujo todo list file |
