Skip to main content
Latest
function fn.lispindent
import { fn } from "https://deno.land/x/denops_lsputil@v0.9.4/deps.ts";
const { lispindent } = fn;

Get the amount of indent for line {lnum} according the lisp indenting rules, as with 'lisp'. The indent is counted in spaces, the value of 'tabstop' is relevant. {lnum} is used just like in getline(). When {lnum} is invalid -1 is returned. In Vim9 script an error is given.

Can also be used as a method:

GetLnum()->lispindent()

Parameters

denops: Denops
lnum: unknown

Returns

Promise<number>