Files
neovim/runtime/lua/vim/lsp
Michael Lingelbach bc722c8a74 fix(lsp): strictly enforce passing offset encoding (#17049)
This removes the "fallback" to utf-16 in many of our helper functions. We
should always explicitly pass these around when possible except in two
locations:

* generating params with help utilities called by buf.lua functions
* the buf.lua functions themselves

Anything that is called by the handler should be passed the offset encoding.
2022-01-13 02:34:04 -08:00
..
2021-12-28 18:15:16 +01:00
2021-12-28 18:15:16 +01:00
2022-01-04 11:07:40 -07:00