Searched refs:digraph (Results 1 – 25 of 78) sorted by relevance
1234
| /vim-8.2.3635/runtime/doc/ |
| H A D | ft_raku.txt | 50 exec 'digraph \\ '.char2nr('∖') 51 exec 'digraph \< '.char2nr('≼') 52 exec 'digraph \> '.char2nr('≽') 53 exec 'digraph (L '.char2nr('⊈') 54 exec 'digraph )L '.char2nr('⊉') 55 exec 'digraph (/ '.char2nr('⊄') 56 exec 'digraph )/ '.char2nr('⊅') 57 exec 'digraph )/ '.char2nr('⊅') 58 exec 'digraph U+ '.char2nr('⊎') 59 exec 'digraph 0- '.char2nr('⊖') [all …]
|
| H A D | digraph.txt | 1 *digraph.txt* For Vim version 8.2. Last change: 2021 Jul 19 7 Digraphs *digraph* *digraphs* *Digraphs* 52 enter the digraph. 58 *digraph-encoding* 67 digraph oe 339 79 If a digraph with {char1}{char2} does not exist, Vim searches for a digraph 94 default ones are listed below |digraph-table|. 177 *digraph-table* 178 char digraph hex dec official name ~ 357 *digraph-table-mbyte* [all …]
|
| H A D | usr_24.txt | 550 Vim will display the digraph table. Here are three lines of it: 556 This shows, for example, that the digraph you get by typing CTRL-K Pd is the 561 You can exchange the first and second character, if there is no digraph for 562 that combination. Thus CTRL-K dP also works. Since there is no digraph for 563 "dP" Vim will also search for a "Pd" digraph. 572 :digraph a" ä 575 character with a decimal number. This defines the same digraph: > 577 :digraph a" 228
|
| H A D | Makefile | 26 digraph.txt \ 171 digraph.html \
|
| H A D | tags | 206 'digraph' options.txt /*'digraph'* 2385 :dig digraph.txt /*:dig* 3936 Digraphs digraph.txt /*Digraphs* 3946 E104 digraph.txt /*E104* 4281 E39 digraph.txt /*E39* 6188 digraph digraph.txt /*digraph* 6189 digraph-arg change.txt /*digraph-arg* 6190 digraph-encoding digraph.txt /*digraph-encoding* 6191 digraph-table digraph.txt /*digraph-table* 6192 digraph-table-mbyte digraph.txt /*digraph-table-mbyte* [all …]
|
| H A D | quickref.txt | 321 add digraph(s) to the list 325 enter digraph 327 enter digraph if 'digraph' option set 683 'digraph' 'dg' enable the entering of digraphs in Insert mode 1086 enter digraph (See |Q_di|)
|
| H A D | help.txt | 164 |digraph.txt| list of available digraphs
|
| H A D | index.txt | 57 enter digraph (only when 'digraph' option set) 64 enter digraph 1035 enter digraph when 'digraph' is on 1046 enter digraph
|
| H A D | vi_diff.txt | 718 normal digraphs is included. They are shown with the ":digraph" command. 719 More can be added with ":digraph {char1}{char2} {number}". A digraph is 721 'digraph' option is set).
|
| H A D | change.txt | 285 {char} can be entered as a digraph |digraph-arg|. 298 *digraph-arg* 301 like |digraphs|. First type CTRL-K and then the two digraph characters.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_digraph.vim | 19 " not a digraph 40 " Not a digraph 204 digraph 00 9216 205 digraph el 0252 209 digraph 00 8734 210 digraph el 108 224 set digraph ww= 228 " not a digraph 413 digraph 00 9216 419 digraph el 108 [all …]
|
| H A D | test_hardcopy.vim | 73 " digraph.txt has plenty of non-latin1 characters. 74 help digraph.txt
|
| H A D | test_options.vim | 241 call assert_equal('"set dictionary diff diffexpr diffopt digraph directory display', @:) 244 call assert_equal('"setlocal dictionary diff diffexpr diffopt digraph directory display', @:) 247 call assert_equal('"setglobal dictionary diff diffexpr diffopt digraph directory display', @:) 252 call assert_equal('"set nodiff digraph', @:) 255 call assert_equal('"set invdiff digraph', @:)
|
| H A D | test_vim9_expr.vim | 1171 set digraph 1172 assert_equal('val: true', 'val: ' .. &digraph) 1174 assert_equal('val: false', 'val: ' .. &digraph)
|
| H A D | test_cpoptions.vim | 131 " Test for the 'D' flag in 'cpo' (digraph after a r, f or t)
|
| /vim-8.2.3635/src/ |
| H A D | digraph.c | 20 typedef struct digraph struct 2369 char_u *digraph; in digraph_set_common() local 2377 digraph = tv_get_string_buf_chk(argdigraph, buf_digraph); in digraph_set_common() 2378 if (digraph == NULL) in digraph_set_common() 2380 p = digraph; in digraph_set_common() 2384 semsg(_(e_digraph_argument_must_be_one_character_str), digraph); in digraph_set_common()
|
| H A D | Make_ami.mak | 104 digraph.c \
|
| H A D | Makefile | 1614 digraph.c \ 1771 objects/digraph.o \ 1944 digraph.pro \ 3221 objects/digraph.o: digraph.c 3222 $(CCC) -o $@ digraph.c
|
| H A D | Make_mvc.mak | 757 $(OUTDIR)\digraph.obj \ 1600 $(OUTDIR)/digraph.obj: $(OUTDIR) digraph.c $(INCL) 1958 proto/digraph.pro \
|
| H A D | Make_vms.mms | 330 digraph.c \ 450 digraph.obj \ 806 digraph.obj : digraph.c vim.h [.auto]config.h feature.h os_unix.h \
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | esperanto_utf-8.vim | 21 " digraph C> 0x0108 c> 0x0109 G> 0x011C g> 0x011D H> 0x0124 h> 0x0125 22 " digraph J> 0x0134 j> 0x0135 S> 0x015C s> 0x015D U( 0x016C u( 0x016D
|
| /vim-8.2.3635/src/proto/ |
| H A D | digraph.pro | 1 /* digraph.c */
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | screen.vim | 124 \ digraph
|
| H A D | dot.vim | 43 syn keyword dotKeyword graph digraph subgraph node edge strict
|
| /vim-8.2.3635/ |
| H A D | Filelist | 53 src/digraph.c \ 238 src/proto/digraph.pro \
|
1234