Files
neovim/runtime/lua/vim
Raphael cf5f1492d7 fix(lsp): revert change to buf.clear_references() #24238
Problem: in #24046 the signature of buf.clear_references() changed, which
indirectly breaks callers that were passing "ignored" args.

Solution: because util.buf_clear_references() already defaulted to "current buffer",
the change to buf.clear_references() isn't actually needed, so just revert it.
2023-07-04 05:30:31 -07:00
..
2023-06-25 17:25:47 +02:00
2023-05-13 21:33:22 +02:00
2023-06-07 13:52:23 +01:00
2023-06-25 17:14:28 +02:00
2023-02-22 16:23:49 +01:00