diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/bujo.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/bujo.vim b/plugin/bujo.vim index 983c832..e8b7077 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim | |||
@@ -1,3 +1,7 @@ | |||
1 | " bujo.vim - A minimalist todo list manager | ||
2 | " Maintainer: Jersey Fonseca <http://www.jerseyfonseca.com/> | ||
3 | " Version: 0.5 | ||
4 | |||
1 | "Make bujo directory if it doesn't exist" | 5 | "Make bujo directory if it doesn't exist" |
2 | let g:bujo#todo_file_path = get(g:, "bujo#todo_file_path", $HOME . "/.cache/bujo") | 6 | let g:bujo#todo_file_path = get(g:, "bujo#todo_file_path", $HOME . "/.cache/bujo") |
3 | if empty(glob(g:bujo#todo_file_path)) | 7 | if empty(glob(g:bujo#todo_file_path)) |