]> git.eshelyaron.com Git - emacs.git/commit
Eglot: again fix positions of coinciding inlay hint overlays (bug#64101)
authorJoão Távora <joaotavora@gmail.com>
Mon, 19 Jun 2023 22:31:03 +0000 (23:31 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 19 Jun 2023 22:31:17 +0000 (23:31 +0100)
commit6f211bc57b922d55c9452bbfa7d01e50e82da25f
tree5d2c8e1d9d3675082ef8678d1d083f49a9810119
parenta24e9e3fee59435422af0473b7ec585de2c13b4e
Eglot: again fix positions of coinciding inlay hint overlays (bug#64101)

This bug originated from the previous fix, and is reproducible on non
Mac OS platforms, as long as the very latest version (at time of
writing) of the rust-analyzer server is used.

* lisp/progmodes/eglot.el (eglot--update-hints-1): Reverse
priorities when pegging overlays after (i.e. when before-string is
used).
lisp/progmodes/eglot.el