import { imstyle } from "https://deno.land/x/denops_std@v6.4.0/option/vim/mod.ts";
This option specifies the input style of Input Method:
0 use on-the-spot style
1 over-the-spot style
See: xim-input-style
For a long time on-the-spot style had been used in the GTK version of
vim, however, it is known that it causes troubles when using mappings,
single-repeat
, etc. Therefore over-the-spot style becomes the
default now. This should work fine for most people, however if you
have any problem with it, try using on-the-spot style.
The expression will be evaluated in the sandbox
when set from a
modeline, see sandbox-option
.
(default 1)
only available when compiled with +xim
and +GUI_GTK