mirror of
https://github.com/neovim/neovim.git
synced 2024-12-28 14:31:13 -07:00
c07dceba33
Previously, filtering code actions with the "only" option failed if the code action kind contained special Lua pattern chars such as "-" (e.g. the ocaml language server supports a "type-annotate" code action). Solution: use string comparison instead of string.find |
||
---|---|---|
.. | ||
types | ||
_dynamic.lua | ||
_inlay_hint.lua | ||
_snippet.lua | ||
_watchfiles.lua | ||
buf.lua | ||
codelens.lua | ||
diagnostic.lua | ||
handlers.lua | ||
health.lua | ||
log.lua | ||
protocol.lua | ||
rpc.lua | ||
semantic_tokens.lua | ||
sync.lua | ||
tagfunc.lua | ||
types.lua | ||
util.lua |