Skip to main content
Module

x/denops_std/function/vim/mod.ts>popup_move

📚 Standard module for denops.vim
Go to Latest
function popup_move
import { popup_move } from "https://deno.land/x/denops_std@v6.4.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)

Parameters

denops: Denops
id: unknown
options: unknown

Returns

Promise<void>