Skip to main content
Module

x/denops_std/function/nvim/mod.ts>serverstop

📚 Standard module for denops.vim
Go to Latest
function serverstop
import { serverstop } from "https://deno.land/x/denops_std@v6.4.0/function/nvim/mod.ts";

Closes the pipe or socket at {address}. Returns TRUE if {address} is valid, else FALSE. If v:servername is stopped it is set to the next available address in serverlist().

Parameters

denops: Denops
address: unknown

Returns

Promise<unknown>