From 60ccada4cb0d1e41d0ad0c25b6587230e743ea72 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Wed, 12 Oct 2022 14:19:46 +0200 Subject: [PATCH] fix duplicate tags These are deprecated but not removed in 0.8.x. They are removed in master / 0.9.x. --- runtime/doc/deprecated.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/doc/deprecated.txt b/runtime/doc/deprecated.txt index 8fcd0fc1d0..6915c67935 100644 --- a/runtime/doc/deprecated.txt +++ b/runtime/doc/deprecated.txt @@ -114,9 +114,9 @@ LSP FUNCTIONS - *vim.lsp.util.set_loclist()* Use |setloclist()| instead. - *vim.lsp.buf_get_clients()* Use |vim.lsp.get_active_clients()| with {buffer = bufnr} instead. -- *vim.lsp.buf.formatting()* Use |vim.lsp.buf.format()| with +- vim.lsp.buf.formatting() Use |vim.lsp.buf.format()| with {async = true} instead. -- *vim.lsp.buf.range_formatting()* Use |vim.lsp.formatexpr()| +- vim.lsp.buf.range_formatting() Use |vim.lsp.formatexpr()| or |vim.lsp.buf.format()| instead. LUA