Skip to main content
Module

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

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

Remove the text property type {name}. When text properties using the type {name} are still in place, they will not have an effect and can no longer be removed by name.

{props} can contain a "bufnr" item. When it is given, delete a property type from this buffer instead of from the global property types.

When text property type {name} is not found there is no error.

Can also be used as a method:

GetPropName()->prop_type_delete()

Parameters

denops: Denops
name: unknown
optional
props: unknown

Returns

Promise<void>