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 ignorace of SOURCE_ROOT directive #1839

Closed liam923 closed 1 month ago

liam923 commented 1 month ago

At the moment, the SOURCE_ROOT directive is not properly read from .merlin files. This PR fixes the issue by ensuring the dot_merlin_reader.ml passes on the directive.