Feature: VimwikiGenerateLink take pattern optional argument

Issue #803
This commit is contained in:
Tinmarino
2020-05-17 13:14:08 -04:00
parent 3b5537f15a
commit f4c983b6b5
3 changed files with 24 additions and 8 deletions

View File

@ -889,8 +889,10 @@ Vimwiki file.
Commands are mapped to <A-Left> and <A-Right> respectively.
*:VimwikiGenerateLinks*
*:VimwikiGenerateLinks* [pattern]
Insert the links of all available wiki files into the current buffer.
If an optional 'pattern' is given as argument, the files will be searched
in the wiki root folder according to the 'pattern' as |globpath|
*:VimwikiDiaryGenerateLinks*
Delete old, insert new diary section into diary index file.
@ -3623,6 +3625,7 @@ Fixed:~
rendered correctly.
* Issue #835: Pressing enter on the dash of a markdown list causes an error.
* Issue #876: E684: list index out of range: 0, when creating a link containing a `.`.
* Issue #803: `:VimwikiGenerateLinks` for subdirectory only
2.4 (2019-03-24)~