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

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

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

Drop one or more files in {list} in the window at {row}, {col}. This function only works when the GUI is running and the |drag-n-drop| feature is present. The supported values for {mods} are: 0x4 Shift 0x8 Alt 0x10 Ctrl The files are added to the argument list and the first file in {list} is edited in the window. See |drag-n-drop| for more information.

Parameters

denops: Denops
list: unknown
row: unknown
col: unknown
mods: unknown

Returns

Promise<unknown>