]> git.eshelyaron.com Git - emacs.git/commit
Protect against zero-length completions
authorJoão Távora <joaotavora@gmail.com>
Wed, 16 Oct 2019 22:13:09 +0000 (23:13 +0100)
committerJoão Távora <joaotavora@gmail.com>
Wed, 16 Oct 2019 22:13:09 +0000 (23:13 +0100)
commit21c2bb18d898b5d70750688a51346b2b867e3265
tree08d3f142510b73f552c5a26d201481a3a72f3692
parent5d1c5c64b17a127daa0e69a14bce1e68362f36ef
Protect against zero-length completions

Apparently the Vue Language Server sends such things (see https://github.com/joaotavora/eglot/issues/319).

* eglot.el (eglot-completion-at-point): Protect against
zero-length completions.
lisp/progmodes/eglot.el