aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-10-27 15:05:59 -0700
committerJustin M. Keyes <justinkz@gmail.com>2019-11-06 01:37:50 -0800
commit9ef16a1628722958b6e14fe9274006e50ed6682d (patch)
treeb19d3ec333ccf2b979bae09254c93a1a8e0d2761 /src/nvim/api/vim.c
parentc66297452c523ce599aad79aeea2f510094c93d4 (diff)
downloadrneovim-9ef16a1628722958b6e14fe9274006e50ed6682d.tar.gz
rneovim-9ef16a1628722958b6e14fe9274006e50ed6682d.tar.bz2
rneovim-9ef16a1628722958b6e14fe9274006e50ed6682d.zip
doc: vim.fn, vim.call(), vim.api [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):