import { type fn } from "https://deno.land/x/ddc_vim@v4.1.0/deps.ts";
const { BufInfo } = fn;
Type of getbufinfo()
result.
Properties
Line number used for the buffer when opened in the current window.
Only valid if the buffer has been displayed in the window in the past.
If you want the line number of the last known cursor position in a given
window, use line()
:
:echo line('.', {winid})
optional
signs: PlacedSign[]List of signs placed in the buffer.