diff options
author | Jongwook Choi <wookayin@gmail.com> | 2024-05-07 14:09:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 11:09:27 -0700 |
commit | e14e75099883e6904cf3575b612f3820cd122938 (patch) | |
tree | 979ff495ca478d8c401b6979088926800e667253 /runtime/lua/vim/re.lua | |
parent | e7f50f43c82225eeecbff531b55d6ed26fad1bf5 (diff) | |
download | rneovim-e14e75099883e6904cf3575b612f3820cd122938.tar.gz rneovim-e14e75099883e6904cf3575b612f3820cd122938.tar.bz2 rneovim-e14e75099883e6904cf3575b612f3820cd122938.zip |
fix(lsp): rename LspProgress data.result => data.params #28632
Rename the field `result` to `params` in the `data` table for
`LspProgress` autocmds. This aligns with LspNotify.
The previous name was chosen because the initial handler implementation
mistakenly had a parameter name `result` instead of `params` for the
`$/progress` LSP "notification" handler. However, `params` would be a
more appropriate name that is more consistent with the underlying LSP
type (`ProgressParams`).
See also: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#progress
Diffstat (limited to 'runtime/lua/vim/re.lua')
0 files changed, 0 insertions, 0 deletions