| /vim-8.2.3635/src/ |
| H A D | spellsuggest.c | 3181 int bc, gc; in add_sound_suggest() local 3319 if (!SPELL_ISUPPER(bc) in add_sound_suggest() 4010 int bc, gc; in spell_edit_score() local 4050 bc = wbadword[i - 1]; in spell_edit_score() 4055 bc = badword[i - 1]; in spell_edit_score() 4058 if (bc == gc) in spell_edit_score() 4088 if (bc == pgc && pbc == gc) in spell_edit_score() 4136 int bc, gc; in spell_edit_score_limit() local 4165 bc = badword[bi]; in spell_edit_score_limit() 4311 int bc, gc; in spell_edit_score_limit_w() local [all …]
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | bc.vim | 2 " Language: bc - An arbitrary precision calculator language 6 " Available on: www.gjh.sk/~vlado/bc.vim 65 let b:current_syntax = "bc"
|
| H A D | 8th.vim | 120 Builtin xor b:xor +block bc:+block .blocks bc:.blocks add-block bc:add-block block-hash bc:block-h… 121 Builtin block@ bc:block@ first-block bc:first-block hash bc:hash last-block bc:last-block load bc:… 122 Builtin new bc:new save bc:save set-sql bc:set-sql validate bc:validate validate-block bc:validate…
|
| H A D | indent.vim | 49 \ -bc --blank-lines-after-commas
|
| H A D | aml.vim | 3 " Written By: Nikki Knuit <[email protected].bc.ca> 4 " Maintainer: Todd Glover <[email protected].bc.ca> 23 … backnodeangleite backsymbolitem backtextitem base[select] basi[n] bat[ch] bc be be[lls] blackout …
|
| H A D | sqr.vim | 115 syn keyword sqrParam edit-option-bc edit-option-na
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_regexp_latin.vim | 166 call add(tl, [2, 'bc*', 'abccccdef', 'bcccc']) 167 call add(tl, [2, 'bc\{-}', 'abccccdef', 'b']) 168 call add(tl, [2, 'bc\{-}\(d\)', 'abccccdef', 'bccccd', 'd']) 169 call add(tl, [2, 'bc*', 'abbdef', 'b']) 171 call add(tl, [2, 'bc*', 'abdef', 'b']) 173 call add(tl, [2, 'bc\+', 'abccccdef', 'bcccc']) 174 call add(tl, [2, 'bc\+', 'abdef']) " no match 186 call add(tl, [2, 'bc\?', 'abd', 'b']) 187 call add(tl, [2, 'bc\?', 'abccd', 'bc']) 271 call add(tl, [2, '\va(bc){2}d', 'aabcbfbc' ])
|
| H A D | test_bufwintabinfo.vim | 167 call setline(1, ['a', 'bc', 'd'])
|
| H A D | test_filetype.vim | 80 \ 'bc': ['file.bc'], 650 \ 'bc': [['#!/path/bc']],
|
| H A D | test_textobjects.vim | 218 call assert_equal("bc", matchstr("abcd", "..", 0, 2))
|
| H A D | test_syntax.vim | 371 call assert_fails('syntax keyword Abc a[bc]d', 'E890:')
|
| H A D | test_edit.vim | 1116 call assert_equal(['ZYX>bc', 'def'], getline(1, '$')) 1396 call assert_equal(['bc', 'def', 'ghi'], getline(1,'$'))
|
| H A D | test_python2.vim | 2779 ee('vim.current.buffer[:] = ["\\na", "bc"]') 2782 ee('vim.current.buffer.append(["\\na", "bc"])') 3602 vim.current.buffer[:] = ["\na", "bc"]:error:('string cannot contain newlines',) 3605 vim.current.buffer.append(["\na", "bc"]):error:('string cannot contain newlines',)
|
| H A D | test_python3.vim | 2967 ee('vim.current.buffer[:] = ["\\na", "bc"]') 2970 ee('vim.current.buffer.append(["\\na", "bc"])') 3790 …vim.current.buffer[:] = ["\na", "bc"]:(<class 'vim.error'>, error('string cannot contain newlines'… 3793 …vim.current.buffer.append(["\na", "bc"]):(<class 'vim.error'>, error('string cannot contain newlin…
|
| H A D | test_vim9_assign.vim | 1341 assert_equal({a: ['bc']}, dab)
|
| H A D | test_search.vim | 1479 call search('^$', 'bc')
|
| H A D | test_functions.vim | 1163 call setline(1, ['a', 'bc', 'd'])
|
| /vim-8.2.3635/runtime/ |
| H A D | scripts.vim | 142 elseif s:name =~# '^bc\>' 143 set ft=bc
|
| H A D | makemenu.vim | 111 SynMenu AB.BC\ calculator:bc
|
| H A D | filetype.vim | 217 au BufNewFile,BufRead *.bc setf bc
|
| H A D | synmenu.vim | 97 an 50.10.700 &Syntax.AB.BC\ calculator :cal SetSyn("bc")<CR>
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pattern.txt | 659 a[bc]\{3}d "abbbd", "abbcd", "acbcd", "acccd", etc. 660 a\(bc\)\{1,2}d "abcd" or "abcbcd" 661 a[bc]\{-}[cd] "abc" in "abcd" 662 a[bc]*[cd] "abcd" in "abcd"
|
| H A D | terminal.txt | 390 An exception is when xterm is started with the "-bc" argument, or another way
|
| H A D | version5.txt | 876 "bc": backspace character. |t_bc| 6673 bc BC calculator (Vladimir Scholtz)
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | README_en.txt | 3371 2544) bc ("Before Christ" in dates, can also be written in lower case)
|