Skip to main content
Module

x/denops_std/function/types.ts>MarkInformation

📚 Standard module for denops.vim
Go to Latest
interface MarkInformation
import { type MarkInformation } from "https://deno.land/x/denops_std@v6.4.0/function/types.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.