Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Removes a window-scoped (w:) variable

Parameters: {window} Window handle, or 0 for current window {name} Variable name

Parameters

denops: Denops
window: unknown
name: unknown

Returns

Promise<unknown>