Home
last modified time | relevance | path

Searched refs:duplicate (Results 1 – 25 of 70) sorted by relevance

123

/vim-8.2.3635/runtime/spell/
H A Dfixdup.vim1 " 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 DREADME.txt79 problem). You can use the "fixdup.vim" Vim script to find duplicate words.
H A DREADME_en.txt345 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 Djsonc.vim40 " Set/Unset syntax to avoid duplicate inclusion and correctly handle nesting
H A Dbst.vim30 syn keyword bstBuiltIn duplicate$ empty$ format.name$
H A Dmonk.vim110 syn keyword monkFunc duplicate duplicate-strip file-check file-lookup get
H A Dyaml.vim6 " removed duplicate yamlKeyValueDelimiter (pull #4799)
/vim-8.2.3635/src/testdir/
H A Dtest_spellfile.vim352 " 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 Dtest_put.vim82 " output duplicate error messages when invoked in a non-modifiable buffer.
H A Dtest_taglist.vim164 " Test for duplicate fields in a tag in a tags file
H A Dtest_cscope.vim26 " Test: E568: duplicate cscope database not added
H A Dtest_viminfo.vim500 " duplicate for 'time 30' was removed
528 " duplicate for 'time 30' was removed
/vim-8.2.3635/src/po/
H A Den_GB.po375 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 Dlv.po245 msgid "Unrecognized or duplicate item in %s line %d: %s"
H A Dzh_CN.cp936.po2311 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 Dzh_CN.po2312 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 Dzh_CN.UTF-8.po2311 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 Duk.cp1251.po2679 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 Dnl.po2449 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 Dja.euc-jp.po2394 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 Druntest.vim71 call append(indent_at, 'ERROR: duplicate pattern')
/vim-8.2.3635/runtime/pack/dist/opt/matchit/plugin/
H A Dmatchit.vim40 " Allow user to prevent loading and prevent duplicate loading.
/vim-8.2.3635/src/
H A Dspellfile.c3514 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 Dtohtml.vim70 " duplicate of one buffer instead of including both.
/vim-8.2.3635/runtime/autoload/
H A Dhaskellcomplete.vim407 \ , "-fwarn-duplicate-exports"
408 \ , "-fno-warn-duplicate-exports"
735 \ , "-Wno-duplicate-constraints"
737 \ , "-Wno-duplicate-exports"

123