import { op } from "https://deno.land/x/ddc_vim@v4.3.0/deps.ts";
const { thesaurus } = op;
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 "")