vimwiki/autoload/vimwiki
Tinmarino d9412218e3 Fix relative paths for VimwikiRenameLink. Merge PR #787.
Fixes #90 

__Problem__: VimwikiRenameLink does not rename dir1/toto url in dir2/tata
because the dirs (dir2 and .) were well crossed but badly inspected.
__Solution__: `blob(.ext*)` -> `glob(**/*.ext)` + find the relative URL

* Fasten: VimwikiRenameLink goes faster with cache
More: To compute old_url regex, use a cache dict because it is the same
for files in the same directories

* Util DeleteHiddenBuffer -> do not delete Vader buffer

* Test: Prettify: Util: teardown delete defined function

* Remove unnecessary trailing spaces
Note: list_VimwikiReturn.vader has some necessary trailing spaces
2020-01-04 21:21:52 -07:00
..
base.vim Fix relative paths for VimwikiRenameLink. Merge PR #787. 2020-01-04 21:21:52 -07:00
customwiki2html.sh Fix relative paths for VimwikiRenameLink. Merge PR #787. 2020-01-04 21:21:52 -07:00
default.tpl HTML5 doctype for HTML output 2014-09-12 11:31:06 +02:00
diary.vim Stylistic changes to pass vint tests. 2019-12-20 20:41:03 -07:00
html.vim Stylistic changes to pass vint tests. 2019-12-20 20:41:03 -07: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 Fix relative paths for VimwikiRenameLink. Merge PR #787. 2020-01-04 21:21:52 -07: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 Stylistic changes to pass vint tests. 2019-12-20 20:41:03 -07:00
u.vim Improve detection of code blocks 2020-01-03 15:14:45 -07:00
vars.vim Don't overwrite user setting of list_margin. 2019-12-23 13:35:31 -07:00