Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>fn.ChangeListLocation

Dark deno-powered UI framework for neovim/Vim
Go to Latest
interface fn.ChangeListLocation
import { type fn } from "https://deno.land/x/ddu_vim@v4.0.0/deps.ts";
const { ChangeListLocation } = fn;

Type of getchangelist() result.

Properties

col: number

Column number.

coladd: number

Column offset for 'virtualedit'.

lnum: number

Line number.