vimwiki/autoload/vimwiki
Michael F. Schönitzer afc868929d
Bugfix: file extension for markdown is syntax wide (#895)
populate_extra_markdown_vars() contained uses of the file-extension via vimwiki#vars#get_wikilocal. Since the first is syntax-wide and the second is wikilocal and no wiki is specified or open at the moment of the call, the file extension of the first markdown wiki will be used for all markdown wikis. Further problems will occur when adding new wikilocal options, that depend on the syntax.

This commit is working towards separating wiki and syntax, which is needed for several feature requests.
2020-06-02 01:33:06 +02:00
..
base.vim Bugfix: file extension for markdown is syntax wide (#895) 2020-06-02 01:33:06 +02: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 Fix: renaming tipo: s:get_diary_file -> vimwiki#diary#get_diary_files() 2020-05-13 11:35:22 -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 Improve path normalisation with separate substitutions 2020-05-11 21:08:54 -04:00
style.css New Logo and Screenshots 2019-04-19 21:01:02 +02:00
tags.vim Prepare for release 2.5 2020-05-26 23:09:58 +02:00
tbl.vim Merge branch 'multi_ft' into dev 2020-04-03 13:31:36 -06:00
u.vim Util: count_exe 2020-05-17 14:06:41 -04:00
vars.vim Bugfix: file extension for markdown is syntax wide (#895) 2020-06-02 01:33:06 +02:00