Skip to main content
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@v6.4.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

Returns

Promise<number>