From 026cfa28d0dccb7f1832d6fcca378518a4082fdb Mon Sep 17 00:00:00 2001 From: dundargoc Date: Thu, 20 Feb 2025 11:52:03 +0100 Subject: docs: misc Co-authored-by: Au. Co-authored-by: Daniel Rainer Co-authored-by: Evgeni Chasnovski Co-authored-by: Lewis Russell Co-authored-by: Luuk van Baal Co-authored-by: Pierre Barbin Co-authored-by: Riley Bruins Co-authored-by: Yinzuo Jiang Co-authored-by: phanium <91544758+phanen@users.noreply.github.com> Co-authored-by: zeertzjq --- runtime/lua/vim/_meta/api.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime/lua/vim/_meta/api.lua') diff --git a/runtime/lua/vim/_meta/api.lua b/runtime/lua/vim/_meta/api.lua index b890b64174..63a7bcc37d 100644 --- a/runtime/lua/vim/_meta/api.lua +++ b/runtime/lua/vim/_meta/api.lua @@ -630,8 +630,7 @@ function vim.api.nvim_buf_line_count(buffer) end --- otherwise the same as "trunc". --- - ephemeral : for use with `nvim_set_decoration_provider()` --- callbacks. The mark will only be used for the current ---- redraw cycle, and not be permantently stored in the ---- buffer. +--- redraw cycle, and not be permanently stored in the buffer. --- - right_gravity : boolean that indicates the direction --- the extmark will be shifted in when new text is inserted --- (true for right, false for left). Defaults to true. -- cgit