Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

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

๐Ÿ“š Standard module for denops.vim
Go to Latest
function ch_close_in
import { ch_close_in } from "https://deno.land/x/denops_std@v3.6.0/function/vim/mod.ts";

Close the "in" part of {handle}. See |channel-close-in|. {handle} can be a Channel or a Job that has a Channel. A close callback is not invoked. Can also be used as a |method|: GetChannel()->ch_close_in()

Parameters

denops: Denops
handle: unknown

Returns

Promise<unknown>