Skip to main content
Module

x/ddc_vim/deps.ts>fn.BufLnumArg

Dark deno-powered completion framework for neovim/Vim
Latest
type alias fn.BufLnumArg
import { type fn } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { BufLnumArg } = fn;

For {lnum} and {end} "$" can be used for the last line of the buffer. Otherwise a number must be used.

definition: "$" | number