import { test_setmouse } from "https://deno.land/x/denops_std@v4.1.4/function/vim/mod.ts";
Set the mouse position to be used for the next mouse action. {row} and {col} are one based. For example: call test_setmouse(4, 20) call feedkeys("<LeftMouse>", "xt")