aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/ui.c
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2020-11-07 09:24:00 +0100
committerBjörn Linse <bjorn.linse@gmail.com>2020-11-07 09:55:17 +0100
commit8497d4b3ea9822cfb4d2bf2437997e837fd4827c (patch)
treedc35be5a218677b4a927fd08d3d28a7e1fb1d9fa /src/nvim/api/ui.c
parentda134270d3e9f8a4824b0e0540bf017f7e59b06e (diff)
downloadrneovim-8497d4b3ea9822cfb4d2bf2437997e837fd4827c.tar.gz
rneovim-8497d4b3ea9822cfb4d2bf2437997e837fd4827c.tar.bz2
rneovim-8497d4b3ea9822cfb4d2bf2437997e837fd4827c.zip
decoration: split out "decoration" from "extmark" module
Decorations will only grow more complex. move the to a separate file, so that extmark.c remains about extmarks.
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.
///