ocaml / merlin

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

Fix ignorance of STDLIB in .merlin #1803

Closed liam923 closed 3 months ago

liam923 commented 4 months ago

Currently, the directive STDLIB inside a .merlin file is ignored. This PR fixes this bug.

liam923 commented 3 months ago

Can you rebase the PR on main ? It should help fixing the CI issues.

Done!