import { foreground } from "https://deno.land/x/denops_std@v5.2.0/function/vim/mod.ts";
Move the Vim window to the foreground. Useful when sent from
a client to a Vim server. remote_send()
On Win32 systems this might not work, the OS does not always
allow a window to bring itself to the foreground. Use
remote_foreground()
instead.
only in the Win32, Motif and GTK GUI versions and the
Win32 console version
Parameters
denops: Denops