Skip to main content
Module

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

📚 Standard module for denops.vim
Latest
function getmouseshape
import { getmouseshape } from "https://deno.land/x/denops_std@v6.5.1/function/vim/mod.ts";

Returns the name of the currently showing mouse pointer. When the +mouseshape feature is not supported or the shape is unknown an empty string is returned. This function is mainly intended for testing.

Parameters

denops: Denops

Returns

Promise<string>