Skip to main content
Latest
import * as denopsLsputil from "https://deno.land/x/denops_lsputil@v0.9.4/assert/mod.ts";

Functions

This function asserts the validity of a provided position within a buffer.

This function asserts the validity of a provided range within a buffer.

This function ensures the validity of a provided bufnr and load the buffer. The 0 representing the current buffer is corrected to the actual bufnr.

This function ensures the validity of a provided line-range within a buffer. It also corrects any negative numbers within the line-range, and finally returns the corrected start and end values.