Skip to content

merlin-locate does not work on +. #949

@Chris00

Description

@Chris00

merlin-locate does not work when the point in on a dotted infix operator such as +. (in Emacs).

Example:

module A = struct
  let ( +. ) a b = a +. b
end

let f x = A.(x +. 1.)

(put the cursor on the latest +. and M-x merlin-locate).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions