diff options
| author | Jersey <fonseca@uchicago.edu> | 2020-06-24 18:03:25 +0000 |
|---|---|---|
| committer | Jersey <fonseca@uchicago.edu> | 2020-06-24 18:03:25 +0000 |
| commit | b643ec0f0cafa745e4139d768273e7a86e238b28 (patch) | |
| tree | 4806d3030877f4a9ca12d581a4a339f90b8f0ecc /plugin | |
| parent | 71ba68adb9e4228583330ef37a0cb8f431145d15 (diff) | |
another test 5
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/bujo.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/bujo.vim b/plugin/bujo.vim index 73ca971..497f121 100644 --- a/plugin/bujo.vim +++ b/plugin/bujo.vim | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | if empty(glob('~/bujo')) | 1 | if empty(glob('~/bujo')) |
| 2 | call mkdir($HOME . '/bujo', 'p') | 2 | call mkdir('~/bujo', 'p') |
| 3 | exe "!mv ./../templates/todo.md ~/bujo/" | 3 | exe "!mv ./../templates/todo.md ~/bujo/" |
| 4 | endif | 4 | endif |
| 5 | 5 | ||
| 6 | " Open the bujo todo list file | 6 | " Open the bujo todo list file |
| 7 | function s:OpenTodo() | 7 | function s:OpenTodo() |
| 8 | "30 makes it open at width 30 | 8 | "30 makes it open at width 30 |
| 9 | exe ":30vs " + $HOME + "/bujo/todo.md" | 9 | exe ":30vs ~/bujo/todo.md" |
| 10 | endfunction | 10 | endfunction |
| 11 | 11 | ||
| 12 | if !exists(":Todo") | 12 | if !exists(":Todo") |
