]> git.eshelyaron.com Git - emacs.git/commit
Eglot: fix relative position of coinciding inlay hint overlays (bug#64101)
authorJoão Távora <joaotavora@gmail.com>
Sat, 17 Jun 2023 14:25:30 +0000 (15:25 +0100)
committerJoão Távora <joaotavora@gmail.com>
Sat, 17 Jun 2023 14:25:51 +0000 (15:25 +0100)
commit3d930b928fe683d380809d53257017022f74aae9
tree5fda8bd72b64f1345818937fe933af8ccfa64ca9
parentaad7d68164cd4c33f60c0b6226c63d48cebabd76
Eglot: fix relative position of coinciding inlay hint overlays (bug#64101)

Only seems to happen on certain platforms, like Mac OS.  Reason
unknown reason so far, but this defensive fix seems safe.

* lisp/progmodes/eglot.el (eglot--update-hints-1): Explicitly put
priority in inlay hint overalys.
lisp/progmodes/eglot.el