Skip to main content
Module

x/denops_std/function/mod.ts>foreground

📚 Standard module for denops.vim
Go to Latest
function foreground
import { foreground } from "https://deno.land/x/denops_std@v3.9.0/function/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, Athena, Motif and GTK GUI versions and the Win32 console version}

Returns

Promise<unknown>