vimwiki-backup / vimwiki

Automatically exported from code.google.com/p/vimwiki
1 stars 1 forks source link

VimwikiRenameLink renames files but not links to it when using markdown reference-style links #428

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I created a page "antani", I tried renaming it to "foobar" but when the page 
was references like this
[antani][]

or this:
[Something][antani]

links were left untouched.

I thinks the bug lies in the function update_wiki_links_dir in the file 
vimwiki/autoload/vimwiki/base.vim because the regex it generates only works for 
vimwiki_WikiLinkTemplate1 or vimwiki_WikiLinkTemplate2

Original issue reported on code.google.com by alessio....@gmail.com on 10 Jun 2014 at 10:45