Skip to main content
Module

x/denops_std/option/mod.ts>thesaurus

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

List of file names, separated by commas, that are used to lookup words for thesaurus completion commands i_CTRL-X_CTRL-T. See compl-thesaurus.

This option is not used if 'thesaurusfunc' is set, either for the buffer or globally.

To include a comma in a file name precede it with a backslash. Spaces after a comma are ignored, otherwise spaces are included in the file name. See option-backslash about using backslashes. The use of :set+= and :set-= is preferred when adding or removing directories from the list. This avoids problems when a future version uses another default. Backticks cannot be used in this option for security reasons.

(default "")

type

GlobalOrLocalOption<string>