Lines Matching refs:used

222 " Restore the previous value of 'cpoptions' here, it's used below.
226 " The text should be sufficient to know what the option is used for.
243 call <SID>AddOption("runtimepath", gettext("list of directories used for runtime files and plugins"…
245 call <SID>AddOption("packpath", gettext("list of directories used for plugin packages"))
260 call <SID>AddOption("path", gettext("list of directory names used for file searching"))
263 call <SID>AddOption("cdpath", gettext("list of directory names used for :cd"))
275 call <SID>AddOption("magic", gettext("change the way backslashes are used in search patterns"))
277 call <SID>AddOption("regexpengine", gettext("select the default regexp engine used"))
285 call <SID>AddOption("maxmempattern", gettext("maximum amount of memory in Kbyte used for pattern ma…
294 …call <SID>AddOption("includeexpr", gettext("expression used to transform an include line to a file…
318 call <SID>AddOption("tagfunc", gettext("a function to be used to perform tag searches"))
370 call <SID>AddOption("cmdheight", gettext("number of lines used for the command-line"))
389 call <SID>AddOption("listchars", gettext("list of strings used for list mode"))
419 call <SID>AddOption("syntax", gettext("name of syntax highlighting used"))
428 call <SID>AddOption("hlsearch", gettext("highlight all matches for the last used search pattern"))
465 call <SID>AddOption("spellsuggest", gettext("methods used to suggest corrections"))
467 call <SID>AddOption("mkspellmem", gettext("amount of memory used by :mkspell before compressing"))
476 call <SID>AddOption("statusline", gettext("alternate format to be used for a status line"))
483 call <SID>AddOption("winheight", gettext("minimal number of lines used for the current window"))
485 call <SID>AddOption("winminheight", gettext("minimal number of lines used for any window"))
493 call <SID>AddOption("winwidth", gettext("minimal number of columns used for the current window"))
495 call <SID>AddOption("winminwidth", gettext("minimal number of columns used for any window"))
561 call <SID>AddOption("term", gettext("name of the used terminal"))
586 call <SID>AddOption("titlelen", gettext("percentage of 'columns' used for the window title"))
588 …call <SID>AddOption("titlestring", gettext("when not empty, string to be used for the window title…
618 …l", gettext("\"extend\", \"popup\" or \"popup_setpos\"; what the right\nmouse button is used for"))
632 call <SID>AddOption("guifont", gettext("list of font names to be used in the GUI"))
635 call <SID>AddOption("guifontset", gettext("pair of fonts to be used, for multibyte editing"))
638 …call <SID>AddOption("guifontwide", gettext("list of font names to be used for double-wide characte…
665 …browsedir", gettext("\"last\", \"buffer\" or \"current\": which directory used for the file browse…
669 call <SID>AddOption("langmenu", gettext("language to be used for the menus"))
702 call <SID>AddOption("printdevice", gettext("name of the printer to be used for :hardcopy"))
705 …call <SID>AddOption("printexpr", gettext("expression used to print the PostScript file for :hardco…
708 call <SID>AddOption("printfont", gettext("name of the font to be used for :hardcopy"))
710 call <SID>AddOption("printheader", gettext("format of the header used for :hardcopy"))
713 …call <SID>AddOption("printencoding", gettext("encoding used to print the PostScript file for :hard…
716 …call <SID>AddOption("printmbcharset", gettext("the CJK character set to be used for CJK output fro…
718 …call <SID>AddOption("printmbfont", gettext("list of font names to be used for CJK output from :har…
738 call <SID>AddOption("rulerformat", gettext("alternate format to be used for the ruler"))
815 call <SID>AddOption("formatexpr", gettext("expression used for \"gq\" to format lines"))
845 call <SID>AddOption("thesaurusfunc", gettext("function used for thesaurus completion"))
878 call <SID>AddOption("shiftwidth", gettext("number of spaces used for each step of (auto)indent"))
920 call <SID>AddOption("indentexpr", gettext("expression used to obtain the indent of a line"))
952 call <SID>AddOption("foldcolumn", gettext("width of the column used to indicate folds"))
955 call <SID>AddOption("foldtext", gettext("expression used to display the text of a closed fold"))
965 call <SID>AddOption("commentstring", gettext("template for comments; used to put the marker in"))
970 call <SID>AddOption("foldexpr", gettext("expression used when 'foldmethod' is \"expr\""))
973 call <SID>AddOption("foldignore", gettext("used to ignore lines when 'foldmethod' is \"indent\""))
976 call <SID>AddOption("foldmarker", gettext("markers used when 'foldmethod' is \"marker\""))
992 call <SID>AddOption("diffexpr", gettext("expression used to obtain a diff file"))
994 call <SID>AddOption("patchexpr", gettext("expression used to patch a file"))
1092 call <SID>AddOption("maxmem", gettext("maximum amount of memory in Kbyte used for one buffer"))
1094 call <SID>AddOption("maxmemtot", gettext("maximum amount of memory in Kbyte used for all buffers"))
1103 call <SID>AddOption("wildcharm", gettext("like 'wildchar' but can also be used in a mapping"))
1130 call <SID>AddOption("cedit", gettext("key used to open the command-line window"))
1137 call <SID>AddOption("shell", gettext("name of the shell program used for external commands"))
1151 call <SID>AddOption("shellredir", gettext("used to redirect command output to a file"))
1155 call <SID>AddOption("equalprg", gettext("program used for \"=\" command"))
1158 call <SID>AddOption("formatprg", gettext("program used to format lines with \"gq\" command"))
1160 call <SID>AddOption("keywordprg", gettext("program used for the \"K\" command"))
1173 call <SID>AddOption("makeprg", gettext("program used for the \":make\" command"))
1176 …call <SID>AddOption("shellpipe", gettext("string used to put the output of \":make\" in the error …
1180 call <SID>AddOption("grepprg", gettext("program used for the \":grep\" command"))
1197 call <SID>AddOption("completeslash", gettext("specifies slash/backslash used for completion"))
1277 call <SID>AddOption("encoding", gettext("character encoding used in Vim: \"latin1\", \"utf-8\",\n\"…
1284 call <SID>AddOption("termencoding", gettext("character encoding used by the terminal"))
1286 call <SID>AddOption("charconvert", gettext("expression used for character encoding conversion"))
1336 call <SID>AddOption("viminfofile", gettext("file name used for the viminfo file"))
1409 " reset 'modified', so that ":q" can be used to close the window