mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00

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