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

x/denops_std/function/mod.ts>MarkInformation

📚 Standard module for denops.vim
Latest
interface MarkInformation
Re-export
import { type MarkInformation } from "https://deno.land/x/denops_std@v6.5.0/function/mod.ts";

Type of getmarklist() result.

Properties

mark: string

Name of the mark prefixed by "'".

The position of the mark. Refer to getpos() for more information.

file: string

File name.