Skip to content

Duplicate comments in database file #34

Description

@merces

To reproduce:

  1. Open a file and add a comment (for i.e. first at offset 0).
  2. Save and quit with :x.

The .dz6 file generated is as follows:

bookmarks = []

[[comment_name_list]]
offset = 0
comment = "first"

[comments]
0 = "first"

As shown above, currently both comment_name_list and comments store the same comment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions