diff options
author | Jersey <fonseca@uchicago.edu> | 2020-06-26 19:20:02 +0000 |
---|---|---|
committer | Jersey <fonseca@uchicago.edu> | 2020-06-26 19:20:02 +0000 |
commit | 0807b7aed40a1c9758f6944e0ee8c8f448ff6c58 (patch) | |
tree | 49bfc3ee0ca26e7bb7f864302afff347a1ef44eb /plugin/bujo.vim | |
parent | e5786259c45ecf02158f13703cf191a429ce8b98 (diff) |
Updated README and doc
Diffstat (limited to 'plugin/bujo.vim')
-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)) |