Skip to content

"with" word withing comments spills into outline #267

@vzaliva

Description

@vzaliva

Example:

Lemma foo: nat -> nat. Admitted.
(** Something to do
with natural numbers *)
Lemma foo1: nat -> nat. Admitted.

Pressing C-c C-, will display the following outline:

Outline of [test.v]
      1:Lemma foo: nat -> nat. Admitted.
      3:with natural numbers *)
      4:Lemma foo1: nat -> nat. Admitted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions