Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function nvim_buf_get_extmark_by_id
import { nvim_buf_get_extmark_by_id } from "https://deno.land/x/denops_std@v3.6.0/function/nvim/mod.ts";

Returns position for a given extmark id Parameters: ~ {buffer} Buffer handle, or 0 for current buffer {ns_id} Namespace id from |nvim_create_namespace()| {id} Extmark id {opts} Optional parameters. Keys: • details: Whether to include the details dict Return: ~ (row, col) tuple or empty list () if extmark id was absent

Parameters

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

Returns

Promise<unknown>