aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/api.txt
diff options
context:
space:
mode:
authorYatao Li <yatli@microsoft.com>2020-03-03 17:43:02 +0800
committerYatao Li <yatli@microsoft.com>2020-04-28 01:52:01 +0800
commit9c85caa390ccf6295233c4201a60ccfa66417816 (patch)
treebe0a70d66296ab97791a33de03ff0c023fdeb0f9 /runtime/doc/api.txt
parent630ec6cfb8670607ddfc67dd4e56e98c17746ca6 (diff)
downloadrneovim-9c85caa390ccf6295233c4201a60ccfa66417816.tar.gz
rneovim-9c85caa390ccf6295233c4201a60ccfa66417816.tar.bz2
rneovim-9c85caa390ccf6295233c4201a60ccfa66417816.zip
ui_pum_get_pos: return internal pum position if external pum pos not found
Diffstat (limited to 'runtime/doc/api.txt')
-rw-r--r--runtime/doc/api.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt
index c5ccf35c8e..a2e0c56f85 100644
--- a/runtime/doc/api.txt
+++ b/runtime/doc/api.txt
@@ -2352,10 +2352,10 @@ nvim_ui_pum_set_bounds({width}, {height}, {row}, {col})
including visual decorations such as boarders and sliders.
Parameters: ~
- {width} Popupmenu width, must be greater than zero.
- {height} Popupmenu height, must be greater than zero.
- {row} Popupmenu row, must be greater or equal to zero.
- {height} Popupmenu height, must be greater or equal to zero.
+ {width} Popupmenu width.
+ {height} Popupmenu height.
+ {row} Popupmenu row.
+ {height} Popupmenu height.
nvim_ui_set_option({name}, {value}) *nvim_ui_set_option()*
TODO: Documentation