mirror of
https://github.com/neovim/neovim.git
synced 2025-11-14 06:18:50 +00:00
docs: misc #31867
This commit is contained in:
@@ -879,8 +879,7 @@ function M.make_floating_popup_options(width, height, opts)
|
||||
col = col + (opts.offset_x or 0),
|
||||
height = height,
|
||||
focusable = opts.focusable,
|
||||
relative = opts.relative == 'mouse' and 'mouse'
|
||||
or opts.relative == 'editor' and 'editor'
|
||||
relative = (opts.relative == 'mouse' or opts.relative == 'editor') and opts.relative
|
||||
or 'cursor',
|
||||
style = 'minimal',
|
||||
width = width,
|
||||
|
||||
Reference in New Issue
Block a user