vimwiki/syntax
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
..
vimwiki_default.vim Remove foldmarkers; general reformatting 2018-04-20 07:03:53 +02:00
vimwiki_markdown_custom.vim Fix relative paths for VimwikiRenameLink. Merge PR #787. 2020-01-04 21:21:52 -07:00
vimwiki_markdown.vim Add markdown syntax support for indented code blocks. 2020-01-03 07:10:02 -07:00
vimwiki_media.vim Remove foldmarkers; general reformatting 2018-04-20 07:03:53 +02:00
vimwiki.vim Stylistic changes to pass vint tests. 2019-12-20 20:41:03 -07:00