Searched refs:thesaurus (Results 1 – 25 of 55) sorted by relevance
123
| /vim-8.2.3635/src/ |
| H A D | insexpand.c | 198 static void ins_compl_files(int count, char_u **files, int thesaurus, int flags, regmatch_T *regmat… 1182 int thesaurus) // Thesaurus completion in ins_compl_dictionaries() argument 1198 if (!thesaurus && curwin->w_p_spell) in ins_compl_dictionaries() 1261 if (!thesaurus && STRCMP(buf, "spell") == 0) in ins_compl_dictionaries() 1286 ins_compl_files(count, files, thesaurus, flags, in ins_compl_dictionaries() 1305 int thesaurus, in ins_compl_files() argument 1345 if (thesaurus) in ins_compl_files()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | insert.txt | 632 4. keywords in 'thesaurus', thesaurus-style |i_CTRL-X_CTRL-T| 828 Completing words in 'thesaurus' *compl-thesaurus* 832 the 'thesaurus' option instead of 'dictionary'. If a 833 match is found in the thesaurus file, all the 845 In the file used by the 'thesaurus' option each line in the file should 849 For an example, imagine the 'thesaurus' file has a line like this: > 860 Unpack thesaurus_pkg.zip, put the thesaurus.txt file somewhere, e.g. 861 ~/.vim/thesaurus/english.txt, and the 'thesaurus' option to this file name. 867 invoked to get the list of completion matches and the 'thesaurus' option is
|
| H A D | quickref.txt | 951 'thesaurus' 'tsr' list of thesaurus files for keyword completion 952 'thesaurusfunc' 'tsrfu' function to be used for thesaurus completion
|
| H A D | usr_24.txt | 190 CTRL-X CTRL-T words from a thesaurus
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_edit.vim | 831 " CTRL-X CTRL-T (thesaurus complete) 833 set thesaurus=Xthesaurus 877 set thesaurus= 923 set thesaurus=notused 940 set thesaurus=
|
| H A D | test_popup.vim | 985 setlocal thesaurus=Xdummy.txt 1004 \ ["\<C-X>\<C-T>", 'thesaurus'],
|
| H A D | test_options.vim | 226 call Check_dir_option('thesaurus') 259 call assert_equal('"set tabstop thesaurus thesaurusfunc ttyscroll', @:)
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 842 call <SID>AddOption("thesaurus", gettext("list of thesaurus files for keyword completion")) 845 call <SID>AddOption("thesaurusfunc", gettext("function used for thesaurus completion"))
|
| /vim-8.2.3635/src/po/ |
| H A D | zh_TW.UTF-8.po | 296 msgid "'thesaurus' option is empty" 297 msgstr "選項 'thesaurus' 未設定"
|
| H A D | it.po | 2380 msgid "'thesaurus' option is empty" 2381 msgstr "l'opzione 'thesaurus' non � impostata" 8562 msgid "list of thesaurus files for keyword completion" 8565 msgid "function used for thesaurus completion" 8566 msgstr "funzione usata per completamento thesaurus"
|
| H A D | zh_CN.cp936.po | 277 msgid "'thesaurus' option is empty" 278 msgstr "ѡ�� 'thesaurus' Ϊ��"
|
| H A D | cs.cp1250.po | 253 msgid "'thesaurus' option is empty" 254 msgstr "volba 'thesaurus' je pr�zdn�"
|
| H A D | cs.po | 253 msgid "'thesaurus' option is empty" 254 msgstr "volba 'thesaurus' je pr�zdn�"
|
| H A D | zh_CN.po | 278 msgid "'thesaurus' option is empty" 279 msgstr "ѡ�� 'thesaurus' Ϊ��"
|
| H A D | zh_TW.po | 289 msgid "'thesaurus' option is empty" 290 msgstr "�ﶵ 'thesaurus' ���]�w"
|
| H A D | zh_CN.UTF-8.po | 277 msgid "'thesaurus' option is empty" 278 msgstr "选项 'thesaurus' 为空"
|
| H A D | sr.po | 2568 msgid "'thesaurus' option is empty" 2569 msgstr "Опција 'thesaurus' је празна" 9030 msgid "list of thesaurus files for keyword completion"
|
| H A D | af.po | 275 msgid "'thesaurus' option is empty" 276 msgstr "'thesaurus' opsie is leeg"
|
| H A D | uk.cp1251.po | 435 msgid "'thesaurus' option is empty" 436 msgstr "����� 'thesaurus' �������"
|
| H A D | nl.po | 302 msgid "'thesaurus' option is empty" 303 msgstr "'thesaurus'-optie is leeg"
|
| H A D | ja.euc-jp.po | 2703 msgid "'thesaurus' option is empty" 2704 msgstr "'thesaurus' ���ץ�����Ǥ�"
|
| H A D | ko.UTF-8.po | 423 msgid "'thesaurus' option is empty" 424 msgstr "'thesaurus' 옵션이 비었습니다"
|
| H A D | ru.cp1251.po | 2759 msgid "'thesaurus' option is empty" 2760 msgstr "�� ������ �������� ����� 'thesaurus'"
|
| H A D | ru.po | 2759 msgid "'thesaurus' option is empty" 2760 msgstr "Не задано значение опции 'thesaurus'"
|
| H A D | ja.po | 2703 msgid "'thesaurus' option is empty" 2704 msgstr "'thesaurus' オプションが空です"
|
123