vimwiki

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

commit dbbadc8035a3fb3e3b51e8d646fde32fa0aa1ebb
parent dc63a5dacc97d957f35995b1944a3a6a26647d85
Author: Edward Bassett <ebassett@users.noreply.github.com>
Date:   Wed,  2 Sep 2020 00:13:12 +0000

[Issue #999] Fix duplicate help tags (#1000)

Doc: Fix: Changed one occurrence of "vimwiki-global-options" back(?) to "vimwiki-syntax-options".

Problem: Duplicate tag
Solution: Delete one

Co-authored-by: Edward Bassett <edward.bassett@ualberta.net>
Diffstat:
Mdoc/vimwiki.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -2820,7 +2820,7 @@ Default: 0 ------------------------------------------------------------------------------ -12.4 Syntax Options *vimwiki-global-options* +12.4 Syntax Options *vimwiki-syntax-options* Syntax options are configured using the following pattern: > @@ -3802,7 +3802,6 @@ Contributors and their Github usernames in roughly chronological order: - Chip Senkbeil (@chipsenkbeil) - Jerome Gay (@jeromg) - ============================================================================== 16. Changelog *vimwiki-changelog* @@ -3813,6 +3812,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 * Feature: PR #988: Command VimwikiVar to list, get and set variables * Feature: #837 extract web page <title> from URL under cursor and create a nice wiki link