aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2025-02-17 03:33:20 +0100
committerGitHub <noreply@github.com>2025-02-17 10:33:20 +0800
commitbd0a65bc151a7a496e913125f54814f591845e91 (patch)
tree8816b1bbd7598bc433e04b689a02b058d731bee3 /src
parent5e7801329f5b1d7dc6523beb9b60a2bda19e7da1 (diff)
downloadrneovim-bd0a65bc151a7a496e913125f54814f591845e91.tar.gz
rneovim-bd0a65bc151a7a496e913125f54814f591845e91.tar.bz2
rneovim-bd0a65bc151a7a496e913125f54814f591845e91.zip
docs: misc (#32258)
Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com> Co-authored-by: Julian Visser <12615757+justmejulian@users.noreply.github.com> Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'src')
-rw-r--r--src/nvim/api/extmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/extmark.c b/src/nvim/api/extmark.c
index 8b31196eef..2cf9221e52 100644
--- a/src/nvim/api/extmark.c
+++ b/src/nvim/api/extmark.c
@@ -445,7 +445,7 @@ Array nvim_buf_get_extmarks(Buffer buffer, Integer ns_id, Object start, Object e
/// placed below the buffer line containing the mark.
///
/// - virt_lines_above: place virtual lines above instead.
-/// - virt_lines_leftcol: Place extmarks in the leftmost
+/// - virt_lines_leftcol: Place virtual lines in the leftmost
/// column of the window, bypassing
/// sign and number columns.
///