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

x/denops_std/function/vim/mod.ts>prop_clear

📚 Standard module for denops.vim
Latest
function prop_clear
import { prop_clear } from "https://deno.land/x/denops_std@v6.5.0/function/vim/mod.ts";

Remove all text properties from line {lnum}. When {lnum-end} is given, remove all text properties from line {lnum} to {lnum-end} (inclusive).

When {props} contains a "bufnr" item use this buffer, otherwise use the current buffer.

Can also be used as a method:

GetLnum()->prop_clear()

Parameters

denops: Denops
lnum: unknown
optional
lnum_end: unknown
optional
props: unknown

Returns

Promise<void>