vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit ffc4e4120813e8000eb51a1852f30421eb31de53
parent 036a7d24f948b43a37effc238502acd1dc365979
Author: yhu266 <56977205+yhu266@users.noreply.github.com>
Date:   Mon, 28 Dec 2020 17:30:20 -0800

move changelog entry to the end

Diffstat:
Mdoc/vimwiki.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -3889,8 +3889,6 @@ http://code.google.com/p/vimwiki/issues/list. They may be accessible from https://github.com/vimwiki-backup/vimwiki/issues. New:~ - * Feature: Add option |vimwiki-option-template_date_format| to configure - alternative date string format * Feature: PR #686: add a flag lists_return to disable mappings to <CR> and <S-CR> in insert mode * Feature: enable re-mapping insert mode table mappings @@ -3927,6 +3925,8 @@ New:~ * PR #907: Cycle bullets * PR #901: adds multiparagraph blockquotes using email style syntax * PR #934: RSS feed generation for diary with :VimwikiRss. + * Feature: Add option |vimwiki-option-template_date_format| to configure + alternative date string format Changed:~ * PR #1047: Allow to replace default mapping of VimwikiToggleListItem