Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

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

๐Ÿ“š Standard module for denops.vim
Go to Latest
function foreground
import { foreground } from "https://deno.land/x/denops_std@v4.1.4/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}

Returns

Promise<unknown>