import { maxmapdepth } from "https://deno.land/x/denops_std@v3.9.0/option/mod.ts";
Maximum number of times a mapping is done without resulting in a character to be used. This normally catches endless mappings, like ":map x y" with ":map y x". It still does not catch ":map g wg", because the 'w' is used before the next mapping is done. See also |key-mapping|.