vimwiki/autoload/vimwiki
Patrick Stockwell b96e82d6cc Generate links when diary & wiki dir are the same
When generating links, we first check that the file is not a diary file
as we don't want to include those in the list. That work is delegated to
the `is_diary_file` function. Prior to this change, the function always
returned true if the file was in the diary directory.
This approach gives false positives for a wiki which has a flat structure
and the wiki files and diary files share a directory. eg:

let wiki.diary_rel_path = './'

This change reuses existing diary functions from the diary.vim module to
get an exact list of diary files to check against.
2020-05-11 21:08:54 -04:00
..
base.vim Generate links when diary & wiki dir are the same 2020-05-11 21:08:54 -04:00
customwiki2html.sh Fix relative paths for VimwikiRenameLink. Merge PR #787. 2020-01-04 21:21:52 -07:00
default.tpl Add viewport meta tag to make it responsive 2020-04-17 19:02:59 -04:00
diary.vim Generate links when diary & wiki dir are the same 2020-05-11 21:08:54 -04:00
html.vim Moved safe_line_html call after the %plainhtml check so it does not convert essential html characters such as < and > to ampersand form. 2020-04-20 22:11:40 -04:00
lst.vim Stylistic changes to pass vint tests. 2019-12-20 20:41:03 -07:00
markdown_base.vim Stylistic changes to pass vint tests. 2019-12-20 20:41:03 -07:00
path.vim Generate links when diary & wiki dir are the same 2020-05-11 21:08:54 -04:00
style.css New Logo and Screenshots 2019-04-19 21:01:02 +02:00
tags.vim Ignore verbatim blocks when scanning tags. 2020-01-03 15:24:47 -07:00
tbl.vim Merge branch 'multi_ft' into dev 2020-04-03 13:31:36 -06:00
u.vim Merge branch 'multi_ft' into dev 2020-04-03 13:31:36 -06:00
vars.vim Merge branch 'multi_ft' into dev 2020-04-03 13:31:36 -06:00