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

x/denops_std/function/buffer.ts>BufLnumArg

📚 Standard module for denops.vim
Go to Latest
type alias BufLnumArg
import { type BufLnumArg } from "https://deno.land/x/denops_std@v5.1.0/function/buffer.ts";

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

definition: "$" | number