Skip to main content
Module

x/ddc_vim/deps.ts>fn.foreground

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
function fn.foreground
import { fn } from "https://deno.land/x/ddc_vim@v2.3.0/deps.ts";
const { foreground } = fn;

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>