Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Like |extend()| but instead of adding items to {expr1} a new List or Dictionary is created and returned. {expr1} remains unchanged. Items can still be changed by {expr2}, if you don't want that use |deepcopy()| first.

Parameters

denops: Denops
expr1: unknown
expr2: unknown
optional
expr3: unknown

Returns

Promise<unknown>