Skip to main content
Module

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

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

Removes an extmark.

Parameters:

  • {buffer} Buffer handle, or 0 for current buffer
  • {ns_id} Namespace id from nvim_create_namespace()
  • {id} Extmark id

Return: true if the extmark was found, else false

Parameters

denops: Denops
buffer: unknown
ns_id: unknown
id: unknown

Returns

Promise<unknown>