import { popup_move } from "https://deno.land/x/denops_std@v6.3.0/function/vim/mod.ts";
Move popup {id} to the position specified with {options}.
{options} may contain the items from popup_create()
that
specify the popup position:
line
col
pos
maxheight
minheight
maxwidth
minwidth
fixed
For {id} see popup_hide()
.
For other options see popup_setoptions()
.
Can also be used as a method
:
GetPopup()->popup_move(options)