import { test_gui_drop_files } from "https://deno.land/x/denops_std@v3.6.0/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. 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.