Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

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

๐Ÿ“š Standard module for denops.vim
Go to Latest
function getimstatus
import { getimstatus } from "https://deno.land/x/denops_std@v4.1.4/function/vim/mod.ts";

The result is a Number, which is |TRUE| when the IME status is active and |FALSE| otherwise. See 'imstatusfunc'.

Returns

Promise<unknown>