Change: VimwikiCheckLinks work on current wiki or on given range

Problem: VimwikiCheckLinks can be slow
Solution: Work only on current wiki or accept a range
This commit is contained in:
Tinmarino
2020-08-08 04:01:31 -04:00
parent 659ca62b29
commit dede5a1eea
3 changed files with 16 additions and 4 deletions

View File

@@ -929,6 +929,8 @@ Vimwiki file.
and links to external files actually exist. Check also if all wiki files
are reachable from the index file. The results are shown in the quickfix
window.
With range: the wiki number, by default current wiki
*:VimwikiRebuildTags*
Rebuilds the tags metadata file for all wiki files newer than the metadata
@@ -3761,6 +3763,7 @@ New:~
* PR #934: RSS feed generation for diary with :VimwikiRss.
Changed:~
* VimwikiCheckLinks work on current wiki or on range
* |g:vimwiki_toc_link_format| == 0 (default) means old behavior: short links
Removed:~