process links of the form [[#anchor]] correctly

when typing :VimwikiAll2HTML
This commit is contained in:
EinfachToll
2014-08-18 09:16:41 +02:00
parent 1b6b50a3b7
commit 502212b58d
4 changed files with 18 additions and 9 deletions

View File

@ -2242,7 +2242,7 @@ similar to 'local:' and 'file:' schemes, but are always opened with Vim: >
\ ', subdir='.subdir.', lnk='.lnk.', ext='.ext.', url='.url.
\ ', anchor='.anchor
endif
if url == ''
if path == ''
echom 'Vimwiki Error: Unable to resolve link!'
return 0
else