aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/ui.c
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2020-11-07 15:34:32 +0100
committerGitHub <noreply@github.com>2020-11-07 15:34:32 +0100
commit643f4a178751df34b27189f7aebea313b17bad3b (patch)
treeca85909dc4e89115dd5c8b5d79158185bc3ca8ff /src/nvim/api/ui.c
parente5d83a3bf344a4ab0ef539d70004c2b771e1044a (diff)
parent8497d4b3ea9822cfb4d2bf2437997e837fd4827c (diff)
downloadrneovim-643f4a178751df34b27189f7aebea313b17bad3b.tar.gz
rneovim-643f4a178751df34b27189f7aebea313b17bad3b.tar.bz2
rneovim-643f4a178751df34b27189f7aebea313b17bad3b.zip
Merge pull request #13241 from bfredl/decoration
decoration: split out "decoration" from "extmark" module
Diffstat (limited to 'src/nvim/api/ui.c')
-rw-r--r--src/nvim/api/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/ui.c b/src/nvim/api/ui.c
index 717713b948..51f1af4eb5 100644
--- a/src/nvim/api/ui.c
+++ b/src/nvim/api/ui.c
@@ -355,7 +355,7 @@ void nvim_ui_pum_set_height(uint64_t channel_id, Integer height, Error *err)
/// Note that this method is not to be confused with |nvim_ui_pum_set_height()|,
/// which sets the number of visible items in the popup menu, while this
/// function sets the bounding box of the popup menu, including visual
-/// decorations such as boarders and sliders. Floats need not use the same font
+/// elements such as borders and sliders. Floats need not use the same font
/// size, nor be anchored to exact grid corners, so one can set floating-point
/// numbers to the popup menu geometry.
///