vimwiki/autoload/vimwiki
Raphael Feng 599a0e9083 Update the links when renaming markdown wikis
Two reasons whey the links in markdown wikis are not updated:
1. The markdown link pattern is wrong, should be []() rather than [][];
2. The logic of getting wiki local var cannot get correct wiki index as:
    a. the renamed file's buffer is removed and %:p would return empty
    b. the function that gets the wiki local var depends on buffer's %:p
    value to find the wiki it belongs to and it would always return -1
    and result in the default option values instead the user's option

The fix is
1. fix the markdown link pattern regex;
2. keep the renamed file's buffer open during the period of updating the link
2019-01-03 13:00:19 +01:00
..
base.vim Update the links when renaming markdown wikis 2019-01-03 13:00:19 +01:00
customwiki2html.sh Clean up the help file (part 3) 2015-11-23 13:10:46 +01:00
default.tpl HTML5 doctype for HTML output 2014-09-12 11:31:06 +02:00
diary.vim Initial commit 2018-09-29 20:23:26 +02:00
html.vim HTML converter: trim strings correctly 2018-11-25 17:56:43 +01:00
lst.vim More reasonable behavior for [-] and [X] list items 2018-12-08 21:13:04 +01:00
markdown_base.vim Allow any visual mode to be used to create a link 2018-04-22 20:58:39 +02:00
path.vim Remove foldmarkers; general reformatting 2018-04-20 07:03:53 +02:00
style.css Cherry-pick the changes from dev -- part7 2018-02-19 07:07:22 +01:00
tags.vim Remove foldmarkers; general reformatting 2018-04-20 07:03:53 +02:00
tbl.vim Remove foldmarkers; general reformatting 2018-04-20 07:03:53 +02:00
u.vim Remove foldmarkers; general reformatting 2018-04-20 07:03:53 +02:00
vars.vim Update the links when renaming markdown wikis 2019-01-03 13:00:19 +01:00