From 0b0c4f7dfa4a9a564cbf44262d4bea9bdefe2dc9 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Tue, 4 Jan 2022 19:07:40 +0100 Subject: chore: fix typos (#16816) Co-authored-by: Sean Dewar Co-authored-by: Gregory Anders Co-authored-by: Sebastian Volland Co-authored-by: Lewis Russell Co-authored-by: zeertzjq --- runtime/lua/vim/lsp/buf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/lua/vim/lsp/buf.lua') diff --git a/runtime/lua/vim/lsp/buf.lua b/runtime/lua/vim/lsp/buf.lua index 8e3ed9b002..543fdb0237 100644 --- a/runtime/lua/vim/lsp/buf.lua +++ b/runtime/lua/vim/lsp/buf.lua @@ -453,7 +453,7 @@ end --- Send request to the server to resolve document highlights for the current --- text document position. This request can be triggered by a key mapping or ---- by events such as `CursorHold`, eg: +--- by events such as `CursorHold`, e.g.: --- ---
 --- autocmd CursorHold   lua vim.lsp.buf.document_highlight()
-- 
cgit