Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb1b81bc

Browse files
committed
fix(lsp): deprecation removed
1 parent4a1b7ac commitb1b81bc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

‎runtime/lua/vim/lsp/handlers.lua‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,6 @@ M['textDocument/references'] = function(_, result, ctx, config)
193193
localitems=util.locations_to_items(result,client.offset_encoding)
194194

195195
ifconfig.loclistthen
196-
vim.notify_once(
197-
'[LSP] config.loclist is deprecated.'
198-
..'Update your plugins or configuration to use options.on_list.',
199-
vim.log.levels.WARN
200-
)
201196
vim.fn.setloclist(0, {},'', {title=title,items=items,context=ctx })
202197
api.nvim_command('lopen')
203198
elseifconfig.on_listthen
@@ -231,11 +226,6 @@ local function response_to_list(map_result, entity, title_fn)
231226
localitems=map_result(result,ctx.bufnr)
232227

233228
ifconfig.loclistthen
234-
vim.notify_once(
235-
'[LSP] config.loclist is deprecated.'
236-
..'Update your plugins or configuration to use options.on_list.',
237-
vim.log.levels.WARN
238-
)
239229
vim.fn.setloclist(0, {},'', {title=title,items=items,context=ctx })
240230
api.nvim_command('lopen')
241231
elseifconfig.on_listthen

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp