]> git.eshelyaron.com Git - emacs.git/commit
Don't ignore unknown symbolkinds in imenu
authorMichal Krzywkowski <k.michal@zoho.com>
Wed, 31 Oct 2018 12:06:59 +0000 (13:06 +0100)
committerMichal Krzywkowski <k.michal@zoho.com>
Wed, 31 Oct 2018 12:06:59 +0000 (13:06 +0100)
commit3d91b57629d3f4ca307a561eb05a587e831d8554
treee392d71359ee7176c5751e44e6877b37b8f247d8
parent5f250e875a7ff176e82290c828496127dfa355b0
Don't ignore unknown symbolkinds in imenu

Some servers provide custom SymbolKinds.  For example, ccls says that
symbols defined with #define are of kind 255.

* eglot.el (eglot-imenu): Don't delete elements with unknown symbol
  kind from the return list, instead put them in `(Unknown)` group.
lisp/progmodes/eglot.el