mirror of
https://github.com/neovim/neovim.git
synced 2025-12-06 22:52:42 +00:00
fix(lsp): lint warnings, default offset_encoding #24046
- fix lint / analysis warnings - locations_to_items(): get default offset_encoding from active client - character_offset(): get default offset_encoding from active client
This commit is contained in:
@@ -581,9 +581,9 @@ function M.document_highlight()
|
||||
end
|
||||
|
||||
--- Removes document highlights from current buffer.
|
||||
---
|
||||
function M.clear_references()
|
||||
util.buf_clear_references()
|
||||
--- @param bufnr integer|nil
|
||||
function M.clear_references(bufnr)
|
||||
util.buf_clear_references(bufnr or 0)
|
||||
end
|
||||
|
||||
---@private
|
||||
|
||||
Reference in New Issue
Block a user