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_type_change

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

Change properties of an existing text property type. If a property with this name does not exist an error is given. The {props} argument is just like prop_type_add().

Can also be used as a method:

GetPropName()->prop_type_change(props)

Parameters

denops: Denops
name: unknown
props: unknown

Returns

Promise<void>