| /vim-8.2.3635/src/testdir/ |
| H A D | test_plus_arg_edit.vim | 14 " Test loading a utf8 file with bad utf8 sequences. 18 " Without ++bad=..., the default behavior is like ++bad=? 22 e! ++encoding=utf8 ++bad=_ Xfile 25 e! ++enc=utf8 ++bad=drop Xfile 28 e! ++enc=utf8 ++bad=keep Xfile 31 call assert_fails('e! ++enc=utf8 ++bad=foo Xfile', 'E474:')
|
| H A D | test_spell_utf8.vim | 510 let [bad, a] = spellbadword() 511 if bad == '' || bad == prevbad || bad == 'badend' 514 let prevbad = bad 515 let lst = bad->spellsuggest(3) 518 call add(result, [bad, lst]) 541 \ ["bad", ["put", "uk", "OK"]], 565 \ ["bad", ["put", "uk", "OK"]], 584 \ ["bad", ["foo", "m\u00EF"]], 649 \ ["bad", ["bar", "end", "lead"]], 684 \ ["bad", ["bar", "foo"]], [all …]
|
| H A D | test_global.vim | 31 call setline(1, ['nothing', 'found', 'found bad', 'bad']) 32 call assert_fails('g/found/3v/bad/s/^/++/', 'E147:') 33 g/found/v/bad/s/^/++/ 34 call assert_equal(['nothing', '++found', 'found bad', 'bad'], getline(1, 4))
|
| H A D | test_spell.vim | 485 \ ["bad", ["put", "uk", "OK"]], 509 \ ["bad", ["put", "uk", "OK"]], 528 \ ["bad", ["foo", "m\xEF"]], 593 \ ["bad", ["bar", "end", "lead"]], 628 \ ["bad", ["bar", "foo"]], 649 \ [['bad', []], 795 let [bad, a] = spellbadword() 796 if bad == '' || bad == prevbad || bad == 'badend' 799 let prevbad = bad 800 let lst = bad->spellsuggest(3) [all …]
|
| H A D | test_spellfile.vim | 887 call assert_equal(['x', 'bad'], spellbadword('x')) 888 call assert_equal(['y', 'bad'], spellbadword('yone')) 889 call assert_equal(['z', 'bad'], spellbadword('onez')) 890 call assert_equal(['zero', 'bad'], spellbadword('Onetwozerothree')) 937 call assert_equal([badword, 'bad'], spellbadword(badword)) 974 call assert_equal([badword, 'bad'], spellbadword(badword)) 1031 call assert_equal([badword, 'bad'], spellbadword(badword)) 1080 call assert_equal([badword, 'bad'], spellbadword(badword)) 1117 call assert_equal([badword, 'bad'], spellbadword(badword))
|
| H A D | test_lua.vim | 61 \ "[string \"vim chunk\"]:1: bad argument #1 to 'format' (string expected, got no value)") 119 \ "[string \"vim chunk\"]:1: bad argument #1 to 'eval' (string expected, got nil)") 121 \ "[string \"vim chunk\"]:1: bad argument #1 to 'eval' (string expected, got boolean)") 123 \ "[string \"vim chunk\"]:1: bad argument #1 to 'eval' (string expected, got table)") 125 \ "[string \"vim chunk\"]:1: bad argument #1 to 'eval' (string expected, got function)") 127 \ "[string \"vim chunk\"]:1: bad argument #1 to 'eval' (string expected, got userdata)") 687 \ "[string \"vim chunk\"]:1: bad argument #1 to 'funcref' (string expected, got nil)")
|
| H A D | test_utf8_comparisons.vim | 69 call LT('abc\x80DEF', 'abc\x80def') " case folding stops at the first bad character
|
| H A D | test_autocmd.vim | 2110 call assert_fails('au WinNew * ++nested ++nested echo bad', 'E983:') 2111 call assert_fails('au WinNew * nested nested echo bad', 'E983:') 2140 call assert_fails('au WinNew * ++once ++once echo bad', 'E983:') 2626 read ++bad=keep Xtest 2627 read ++bad=drop Xtest 2628 read ++bad=- Xtest 2638 \ 'v:cmdarg = ++bad=keep', 2639 \ 'v:cmdarg = ++bad=drop', 2640 \ 'v:cmdarg = ++bad=-',
|
| H A D | test_viminfo.vim | 581 call add(lines, '|1,>x') " bad continuation line 596 " bad viminfo syntax for history barline 602 " bad viminfo syntax for register barline 610 " bad viminfo syntax for mark barline
|
| H A D | test_tcl.vim | 95 \ 'bad option "x": must be exists or list') 104 \ 'bad option "abcd":') 191 \ 'bad option "abcd":')
|
| H A D | test_netbeans.vim | 545 call assert_equal(['send: 3:remove/74 900 4', '74 !bad position'], l[-2:]) 552 call assert_equal(['send: 3:remove/75 1 800', '75 !bad count'], l[-2:])
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | pcap.vim | 15 "first all the bad guys 16 syn match pcapBad '^.\+$' "define any line as bad 17 syn match pcapBadword '\k\+' contained "define any sequence of keywords as bad 18 syn match pcapBadword ':' contained "define any single : as bad 19 syn match pcapBadword '\\' contained "define any single \ as bad
|
| H A D | cobol.vim | 11 " 2. Use comment highlight for bad lines 133 " #C22032019: It is a bad line only if * is not followed by > when inline 210 " #C22032019: Use comment highlighting for bad lines
|
| H A D | cheetah.vim | 7 " match invalid syntax, like bad variable ref. or unmatched closing tag
|
| H A D | pamconf.vim | 78 syn keyword pamconfControlAction contained ignore bad die ok done reset
|
| H A D | indent.vim | 44 \ -bad --blank-lines-after-declarations
|
| H A D | tidy.vim | 167 syn keyword tidyAutoBooleanOption fix-bad-comments indent merge-divs merge-spans output-bom show-bo…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | spell.txt | 55 not highlighted as bad. Does not stop at word with 59 ]S Like "]s" but only stop at bad words, not at rare 81 If the word is explicitly marked as bad word in 89 zw Like "zg" but mark the word as a wrong (bad) word. 117 Add {word} as a wrong (bad) word to 'spellfile', as 163 Finding suggestions for bad words: 167 for a word that is not highlighted as a bad word, 168 e.g., when the word after it is bad. 754 vim/! bad word 1219 bad words. Example: [all …]
|
| H A D | develop.txt | 505 1. Try changing the bad word a little bit and check for a match with a good 507 check for a match with the bad word. The changes are deleting a character, 509 2. Perform soundfolding on both the bad word and the good words and then find 533 checking how different it is from the bad word. This is very efficient for 546 does. Disadvantage is that affixes need to be stripped from the bad word 549 the bad word is quite different from the good word.
|
| H A D | editing.txt | 460 behavior for bad characters. The form is: > 470 bad specifies behavior for bad characters 488 *++bad* 489 The argument of "++bad=" specifies what happens with characters that can't be 491 ++bad=X A single-byte character that replaces each bad character. 492 ++bad=keep Keep bad characters without conversion. Note that this may 494 ++bad=drop Remove the bad characters. 496 The default is like "++bad=?": Replace each bad character with a question 499 Note that not all commands use the ++bad argument, even though they do not
|
| H A D | usr_11.txt | 224 will appear under the name of the swap file. This can be good or bad, 231 It is slightly bad if you don't have read permission for the swap file. You 238 It is very bad if it means there is a physical read error on the disk
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | hebrewp_cp1255.vim | 6 " exotic key locations. If you don't like it, that's just too bad :-)
|
| H A D | hebrew_cp1255.vim | 5 " exotic key locations. If you don't like it, that's just too bad :-)
|
| /vim-8.2.3635/src/ |
| H A D | bufwrite.c | 259 BOOL bad = FALSE; in buf_write_bytes() local 372 &bad); in buf_write_bytes() 373 if (bad) in buf_write_bytes()
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | README.txt | 12 possible to highlight words for another region different from bad words.
|