Skip to main content
Module

x/denops_std/option/mod.ts>helplang

📚 Standard module for denops.vim
Go to Latest
variable helplang
import { helplang } from "https://deno.land/x/denops_std@v3.8.2/option/mod.ts";

{only available when compiled with the |+multi_lang| feature} Comma separated list of languages. Vim will use the first language for which the desired help can be found. The English help will always be used as a last resort. You can add "en" to prefer English over another language, but that will only find tags that exist in that language and not in the English help. Example: > :set helplang=de,it < This will first search German, then Italian and finally English help files. When using |CTRL-]| and ":help!" in a non-English help file Vim will try to find the tag in the current language before using this option. See |help-translated|.