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

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

📚 Standard module for denops.vim
Go to Latest
function assert_nobeep
import { assert_nobeep } from "https://deno.land/x/denops_std@v4.1.4/function/vim/mod.ts";

Run {cmd} and add an error message to |v:errors| if it produces a beep or visual bell. Also see |assert_beeps()|. Can also be used as a |method|: GetCmd()->assert_nobeep()

Parameters

denops: Denops
cmd: unknown

Returns

Promise<unknown>