Files
neovim/runtime/lua/vim
Jonas Strittmatter c07dceba33 fix(lsp): allow Lua pattern chars in code action filter (#24041)
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
2023-06-17 08:01:31 +02:00
..
2023-05-13 21:33:22 +02:00
2023-06-07 13:52:23 +01:00
2023-06-10 09:37:05 +08:00
2023-02-22 16:23:49 +01:00
2023-06-12 01:14:33 +02:00