vimwiki

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

commit da9ef929487e0b4d78b57b4a398e36afb1e81c27
parent e1826702b7c1c538ce5b3993c9f3aea60df5dcc6
Author: Edward Bassett <ebassett@users.noreply.github.com>
Date:   Wed, 17 Jun 2020 03:21:41 +0000

Doc: Fix for duplicate helptags: bullet_types


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

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -2537,7 +2537,7 @@ You can set it to include more fancy symbols like this: let g:vimwiki_list = [{'path': '~/path/', 'bullet_types' = ['-', '•', '→']}] -*vimwiki-option-bullet_types* +*vimwiki-option-cycle_bullets* ------------------------------------------------------------------------------ Key Default value~ cycle_bullets 0 @@ -3594,6 +3594,7 @@ Contributors and their Github usernames in roughly chronological order: - @graywolf - flex (@bratekarate) - Marius Lopez (@PtitCaius) + - Edward Bassett (@ebassett) ============================================================================== 16. Changelog *vimwiki-changelog* @@ -3605,6 +3606,7 @@ http://code.google.com/p/vimwiki/issues/list. They may be accessible from https://github.com/vimwiki-backup/vimwiki/issues. New:~ + * PR #919: Fix duplicate helptag * PR #907: Cycle bullets * PR #900: conceallevel is now setted locally for vimwiki buffers