| /vim-8.2.3635/runtime/spell/ |
| H A D | fixdup.vim | 1 " Vim script to fix duplicate words in a .dic file vim: set ft=vim: 25 echomsg "No duplicate words found" 27 echomsg "Deleted 1 duplicate word" 29 echomsg printf("Deleted %d duplicate words", deleted)
|
| H A D | README.txt | 79 problem). You can use the "fixdup.vim" Vim script to find duplicate words.
|
| H A D | README_en.txt | 345 The affix file is currently a duplicate of the en_AU.aff 4359 3424) Arabic (removed duplicate - PTG V3 build 64+) 4360 3425) Atlantic (removed duplicate - PTG V3 build 64+) 4361 3426) Lucy (removed duplicate - PTG V3 build 64+) 4397 3462) Easter (removed duplicate - PTG V3 build 64+) 4495 3560) drippy (removed duplicate - PTG V3 build 64+) 4611 3676) woody (removed duplicate - PTG V3 build 64+) 4612 3677) wonderful (removed duplicate - PTG V3 build 64+) 4731 3796) zing + zed (removed duplicate - PTG V3 build 64+) 4734 3799) ready (removed duplicate - PTG V3 build 64+)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | jsonc.vim | 40 " Set/Unset syntax to avoid duplicate inclusion and correctly handle nesting
|
| H A D | bst.vim | 30 syn keyword bstBuiltIn duplicate$ empty$ format.name$
|
| H A D | monk.vim | 110 syn keyword monkFunc duplicate duplicate-strip file-check file-lookup get
|
| H A D | yaml.vim | 6 " removed duplicate yamlKeyValueDelimiter (pull #4799)
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_spellfile.vim | 352 " SN_MAP: duplicate multibyte character 481 " duplicate encoding 512 " duplicate region 698 call assert_match('Unrecognized or duplicate item in Xtest.aff line 2: PFX', output) 816 " duplicate word in the .dic file 820 call assert_match('First duplicate word in Xtest.dic line 3: good', output) 821 call assert_match('2 duplicate word(s) in Xtest.dic', output)
|
| H A D | test_put.vim | 82 " output duplicate error messages when invoked in a non-modifiable buffer.
|
| H A D | test_taglist.vim | 164 " Test for duplicate fields in a tag in a tags file
|
| H A D | test_cscope.vim | 26 " Test: E568: duplicate cscope database not added
|
| H A D | test_viminfo.vim | 500 " duplicate for 'time 30' was removed 528 " duplicate for 'time 30' was removed
|
| /vim-8.2.3635/src/po/ |
| H A D | en_GB.po | 375 msgid "E568: duplicate cscope database not added" 614 msgid "Unrecognized or duplicate item in %s line %d: %s" 615 msgstr "Unrecognised or duplicate item in %s line %d: %s" 624 msgid "E783: duplicate char in MAP entry"
|
| H A D | lv.po | 245 msgid "Unrecognized or duplicate item in %s line %d: %s"
|
| H A D | zh_CN.cp936.po | 2311 msgid "E568: duplicate cscope database not added" 4717 msgid "Unrecognized or duplicate item in %s line %d: %s" 4773 msgid "First duplicate word in %s line %d: %s" 4777 msgid "%d duplicate word(s) in %s" 4930 #~ msgid "E783: duplicate char in MAP entry"
|
| H A D | zh_CN.po | 2312 msgid "E568: duplicate cscope database not added" 4717 msgid "Unrecognized or duplicate item in %s line %d: %s" 4773 msgid "First duplicate word in %s line %d: %s" 4777 msgid "%d duplicate word(s) in %s" 4930 #~ msgid "E783: duplicate char in MAP entry"
|
| H A D | zh_CN.UTF-8.po | 2311 msgid "E568: duplicate cscope database not added" 4717 msgid "Unrecognized or duplicate item in %s line %d: %s" 4773 msgid "First duplicate word in %s line %d: %s" 4777 msgid "%d duplicate word(s) in %s" 4930 #~ msgid "E783: duplicate char in MAP entry"
|
| H A D | uk.cp1251.po | 2679 msgid "E568: duplicate cscope database not added" 5372 msgid "Unrecognized or duplicate item in %s line %d: %s" 5428 msgid "First duplicate word in %s line %d: %s" 5432 msgid "%d duplicate word(s) in %s" 5540 msgid "E783: duplicate char in MAP entry"
|
| H A D | nl.po | 2449 msgid "E568: duplicate cscope database not added" 4412 #~ msgid "Unrecognized or duplicate item in %s line %d: %s" 4468 #~ msgid "First duplicate word in %s line %d: %s" 4472 #~ msgid "%d duplicate word(s) in %s" 4626 #~ msgid "E783: duplicate char in MAP entry"
|
| H A D | ja.euc-jp.po | 2394 msgid "E568: duplicate cscope database not added" 5186 msgid "Unrecognized or duplicate item in %s line %d: %s" 5242 msgid "First duplicate word in %s line %d: %s" 5246 msgid "%d duplicate word(s) in %s" 5354 msgid "E783: duplicate char in MAP entry"
|
| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | runtest.vim | 71 call append(indent_at, 'ERROR: duplicate pattern')
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/plugin/ |
| H A D | matchit.vim | 40 " Allow user to prevent loading and prevent duplicate loading.
|
| /vim-8.2.3635/src/ |
| H A D | spellfile.c | 3514 int duplicate = 0; in spell_read_dic() local 3639 else if (duplicate == 0) in spell_read_dic() 3642 ++duplicate; in spell_read_dic() 3694 if (duplicate > 0) in spell_read_dic() 3695 smsg(_("%d duplicate word(s) in %s"), duplicate, fname); in spell_read_dic()
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | tohtml.vim | 70 " duplicate of one buffer instead of including both.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | haskellcomplete.vim | 407 \ , "-fwarn-duplicate-exports" 408 \ , "-fno-warn-duplicate-exports" 735 \ , "-Wno-duplicate-constraints" 737 \ , "-Wno-duplicate-exports"
|