Searched refs:digraph_get (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_digraph.vim | 546 call assert_equal('∞', digraph_get('00')) 552 call assert_equal('あ', digraph_get('aa')) 553 call assert_equal('あ', 'aa'->digraph_get()) 554 call assert_equal('い', digraph_get(' i')) 555 call assert_equal('う', digraph_get(' ')) 557 call assert_fails('call digraph_get("b")', 'E1214: Digraph must be just two characters: b') 559 call assert_fails('call digraph_get(0z10)', 'E976: Using a Blob as a String') 572 call assert_equal(iconv(ch, 'utf-8', 'japan'), digraph_get(key)) 579 call assert_equal('き', digraph_get('aa')) 580 call assert_equal('く', digraph_get('bb')) [all …]
|
| H A D | test_vim9_builtin.vim | 782 …CheckDefAndScriptFailure2(['digraph_get(10)'], 'E1013: Argument 1: type mismatch, expected string … 783 CheckDefExecAndScriptFailure(['digraph_get("")'], 'E1214: Digraph must be just two characters')
|
| /vim-8.2.3635/src/ |
| H A D | digraph.c | 1784 c = digraph_get(backspaced, c, FALSE); in do_digraph() 1890 return digraph_get(c, cc, TRUE); in get_digraph() 1984 digraph_get(int char1, int char2, int meta_char) in digraph_get() function 2422 code = digraph_get(digraphs[0], digraphs[1], FALSE); in f_digraph_get()
|
| H A D | edit.c | 5238 c = digraph_get(c, cc, TRUE); in ins_digraph()
|
| /vim-8.2.3635/src/proto/ |
| H A D | digraph.pro | 5 int digraph_get(int char1, int char2, int meta_char);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 82 …dxcomp charcol ch_evalexpr ch_logfile ch_sendraw complete cos deepcopy digraph_get environ exepath…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | eval.txt | 2604 digraph_get({chars}) String get the |digraph| of {chars} 4284 digraph_get({chars}) *digraph_get()* *E1214* 4298 :echo digraph_get('00') " Returns '∞' 4302 :echo digraph_get('aa') " Returns 'あ' 4305 GetChars()->digraph_get() 4321 Also see |digraph_get()|.
|
| H A D | usr_41.txt | 1003 digraph_get() get |digraph|
|
| H A D | tags | 6194 digraph_get() eval.txt /*digraph_get()*
|