-
Notifications
You must be signed in to change notification settings - Fork 66
Minor fixes #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor fixes #172
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ function! wiki#template#init() abort " {{{1 | |
| \ 'date': strftime("%F"), | ||
| \ 'name': expand('%:t:r'), | ||
| \ 'origin_file': l:origin[0], | ||
| \ 'origin_lnum': l:origin[1], | ||
| \ 'origin_lnum': l:origin[1][1], | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good catch! I'll merge and then also fix a related problem in |
||
| \ 'path': expand('%:p'), | ||
| \ 'path_wiki': wiki#paths#shorten_relative(expand('%:p')), | ||
| \ 'time': strftime("%H:%M"), | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -158,7 +158,7 @@ OPTIONS *wiki-config-options* | |
| `Windows`: Standard temporary folder (based on |tempname()|) | ||
|
|
||
| *g:wiki_cache_persistent* | ||
| Specify whether to use persistant caching. | ||
| Specify whether to use persistent caching. | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've been caught misspelling this several times now. I should probably learn how to spell... |
||
|
|
||
| Default value: 1 | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, sorry! And thanks!