8000 VimwikiGenerateTags fails to sort list of entries for a tag · Issue #192 · vimwiki/vimwiki · GitHub
[go: up one dir, main page]

Skip to content

VimwikiGenerateTags fails to sort list of entries for a tag #192

@lecagot

Description

@lecagot
Versions
  • vim 7.4
  • vimwiki 5f9dbca on dev branch
Bug description

:VimwikiGenerateTags generates a sorted list of tags with links to the entries, but does not sort the entries itself.

Steps to reproduce
  1. open file for tags list
  2. execute :VimwikiGenerateTags
Actual behaviour
## til

    - [[til/2016-02-15_1b3ab0]]
    - [[til/2016-02-13_5cf1de]]
    - [[til/2016-02-12_9c48e5]]
    - [[til/2016-02-14_1c4ffc]]
    - [[til/2016-02-10_89b745]]
    - [[til/2016-02-10_801410]]
    - [[til/2016-02-14_6b0b18]]
    - [[til/2016-02-10_8443d9]]
    - [[til/2016-02-18_7d7231]]
    - [[til/2016-02-10_58491b]]
    - [[til/2016-02-16_021094]]
    - [[til/2016-02-17_fa6bc7]]
    - [[til/2016-02-13_b4fd84]]
    - [[til/2016-02-18_ff5b75]]
    - [[til/2016-02-10_2bf0bc]]
    - [[til/2016-02-14_16b609]]
    - [[til/2016-02-10_8e9196]]
Expected behaviour
## til

    - [[til/2016-02-10_2bf0bc]]
    - [[til/2016-02-10_58491b]]
    - [[til/2016-02-10_801410]]
    - [[til/2016-02-10_8443d9]]
    - [[til/2016-02-10_89b745]]
    - [[til/2016-02-10_8e9196]]
    - [[til/2016-02-12_9c48e5]]
    - [[til/2016-02-13_5cf1de]]
    - [[til/2016-02-13_b4fd84]]
    - [[til/2016-02-14_16b609]]
    - [[til/2016-02-14_1c4ffc]]
    - [[til/2016-02-14_6b0b18]]
    - [[til/2016-02-15_1b3ab0]]
    - [[til/2016-02-16_021094]]
    - [[til/2016-02-17_fa6bc7]]
    - [[til/2016-02-18_7d7231]]
    - [[til/2016-02-18_ff5b75]]

or reversed (the order could be set in the config)

## til

    - [[til/2016-02-18_ff5b75]]
    - [[til/2016-02-18_7d7231]]
    - [[til/2016-02-17_fa6bc7]]
    - [[til/2016-02-16_021094]]
    - [[til/2016-02-15_1b3ab0]]
    - [[til/2016-02-14_6b0b18]]
    - [[til/2016-02-14_1c4ffc]]
    - [[til/2016-02-14_16b609]]
    - [[til/2016-02-13_b4fd84]]
    - [[til/2016-02-13_5cf1de]]
    - [[til/2016-02-12_9c48e5]]
    - [[til/2016-02-10_8e9196]]
    - [[til/2016-02-10_89b745]]
    - [[til/2016-02-10_8443d9]]
    - [[til/2016-02-10_801410]]
    - [[til/2016-02-10_58491b]]
    - [[til/2016-02-10_2bf0bc]]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0