aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-11-06 01:49:33 -0800
committerGitHub <noreply@github.com>2019-11-06 01:49:33 -0800
commitf79369d4205fe2e812a5b8f3f96bf97a679690a4 (patch)
treeb19d3ec333ccf2b979bae09254c93a1a8e0d2761 /src/nvim/api/vim.c
parent3e21d498362f8cfff7ee467be6402fb00a53eeb5 (diff)
parent9ef16a1628722958b6e14fe9274006e50ed6682d (diff)
downloadrneovim-f79369d4205fe2e812a5b8f3f96bf97a679690a4.tar.gz
rneovim-f79369d4205fe2e812a5b8f3f96bf97a679690a4.tar.bz2
rneovim-f79369d4205fe2e812a5b8f3f96bf97a679690a4.zip
Merge #11277 'doc [ci skip]'
Diffstat (limited to 'src/nvim/api/vim.c')
-rw-r--r--src/nvim/api/vim.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c
index 59761c13e7..0e64658f36 100644
--- a/src/nvim/api/vim.c
+++ b/src/nvim/api/vim.c
@@ -1040,10 +1040,9 @@ fail:
/// @param enter Enter the window (make it the current window)
/// @param config Map defining the window configuration. Keys:
/// - `relative`: Sets the window layout to "floating", placed at (row,col)
-/// coordinates relative to one of:
+/// coordinates relative to:
/// - "editor" The global editor grid
-/// - "win" Window given by the `win` field, or current window by
-/// default.
+/// - "win" Window given by the `win` field, or current window.
/// - "cursor" Cursor position in current window.
/// - `win`: |window-ID| for relative="win".
/// - `anchor`: Decides which corner of the float to place at (row,col):