Skip to main content
Module

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

📚 Standard module for denops.vim
Go to Latest
function getmouseshape
import { getmouseshape } from "https://deno.land/x/denops_std@v6.4.0/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.

Returns

Promise<string>