itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 71 forks source link

In over-view, events are shwon not chronologically but in order of entry #188

Closed SureshGovindachar closed 3 years ago

SureshGovindachar commented 3 years ago

Pop-up from 'E' has events listed -- correctly -- in order of time:

    +------------------------------------+
    |                3 PM                |
    |                                    |
    | 14:00 - 13:15 Second entry, 1 PM   |
    | 15:00 - 15:15 First entry, 3 PM    |
    |                                    |

But, inside the calendar, events are listed -- INcorrectly -- in order of entry:

    --+-------------+---
      |13           |14 
      |First entry, |   
      |Second entry,|   
    --+-------------+---
      |20           |21 
SureshGovindachar commented 3 years ago

Duplicate