ocaml / merlin

Context sensitive completion for OCaml in Vim and Emacs
https://ocaml.github.io/merlin/
MIT License
1.59k stars 233 forks source link

Produce a better error message when a flag spec appears multiple times #1810

Closed ncik-roberts closed 3 months ago

ncik-roberts commented 3 months ago

As title: just a small change to make a better error message for devs that want to see the name of an incorrectly-duplicated flag spec.

voodoos commented 3 months ago

Thanks @ncik-roberts and @xvw !