diff options
| -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 | 
