| /vim-8.2.3635/runtime/doc/ |
| H A D | ft_raku.txt | 23 (:help |digraphs-use|). Many of them are defined; type `:digraphs` to get 24 the list. A convenient way to read the list of digraphs is to save them in a 26 vim +'redir >/tmp/vim-digraphs-listing.txt' +digraphs +'redir END' +q 28 Some of them are available with standard Vim digraphs:
|
| H A D | digraph.txt | 17 1. Defining digraphs |digraphs-define| 18 2. Using digraphs |digraphs-use| 19 3. Default digraphs |digraphs-default| 23 1. Defining digraphs *digraphs-define* 25 *:dig* *:digraphs* 71 2. Using digraphs *digraphs-use* 93 The current digraphs are listed with the ":digraphs" command. Some of the 121 3. Default digraphs *digraphs-default* 123 Vim comes with a set of default digraphs. Check the output of ":digraphs" to 162 ":digraphs" for the others. [all …]
|
| H A D | usr_24.txt | 541 (©). To type these characters in Vim, you use digraphs, where two characters 546 To find out what digraphs are available, use the following command: > 548 :digraphs 558 Pd is short for Pound. Most digraphs are selected to give you a hint about 566 The digraphs depend on the character set that Vim assumes you are 567 using. Always use ":digraphs" to find out which digraphs are currently 570 You can define your own digraphs. Example: > 579 More information about digraphs here: |digraphs|
|
| H A D | os_amiga.txt | 30 If you do not use digraphs, you can save some memory by recompiling without 31 the |+digraphs| feature. If you want to use Vim with other terminals you can
|
| H A D | os_haiku.txt | 159 :digraphs
|
| H A D | help.txt | 164 |digraph.txt| list of available digraphs
|
| H A D | various.txt | 367 N *+digraphs* |digraphs| *E196*
|
| H A D | usr_45.txt | 328 can use digraphs. This was already explained in |24.9|.
|
| H A D | tags | 1314 +digraphs various.txt /*+digraphs* 2386 :digraphs digraph.txt /*:digraphs* 6198 digraphs digraph.txt /*digraphs* 6199 digraphs-changed version6.txt /*digraphs-changed* 6200 digraphs-default digraph.txt /*digraphs-default* 6201 digraphs-define digraph.txt /*digraphs-define* 6202 digraphs-use digraph.txt /*digraphs-use*
|
| H A D | eval.txt | 4307 This function works only when compiled with the |+digraphs| 4314 and it is TRUE, return all digraphs, including the default 4315 digraphs. Otherwise, return only user-defined digraphs. 4324 " Get user-defined digraphs 4327 " Get all the digraphs, including default digraphs 4333 This function works only when compiled with the |+digraphs| 4343 useful to add digraphs start with a white space. 4357 This function works only when compiled with the |+digraphs| 4375 following digraphs will not be added. 4380 This function works only when compiled with the |+digraphs| [all …]
|
| H A D | vi_diff.txt | 717 If Vim is compiled with DIGRAPHS defined, digraphs are supported. A set of 718 normal digraphs is included. They are shown with the ":digraph" command.
|
| H A D | quickref.txt | 319 |:dig| :dig[raphs] show current list of digraphs 683 'digraph' 'dg' enable the entering of digraphs in Insert mode
|
| H A D | change.txt | 301 like |digraphs|. First type CTRL-K and then the two digraph characters. 302 {not available when compiled without the |+digraphs| feature}
|
| H A D | index.txt | 1285 |:digraphs| :dig[raphs] show or enter digraphs
|
| H A D | cmdline.txt | 136 enter digraph (see |digraphs|). When {char1} is a special
|
| H A D | mbyte.txt | 401 (others through digraphs, keymaps, etc.); in a
|
| H A D | version6.txt | 21 Digraphs changed |digraphs-changed| 153 Digraphs changed *digraphs-changed* 156 The default digraphs now correspond to RFC1345. This is very different from 157 what was used in Vim 5.x. |digraphs| 689 Allow defining digraphs for multibyte characters. 690 Added RFC1345 digraphs for Unicode. 11946 Problem: Cannot use Unicode digraphs while 'encoding' is not Unicode. 11948 Use the Unicode digraphs for the Macintosh. (Eckehard Berns) 12278 digraphs and 'encoding' is not "utf-8".
|
| H A D | todo.txt | 870 Patch to be able to disable default digraphs (incomplete) (Eric Pruitt, 2018 873 Patch to list user digraphs. (Christian Brabandt, 2012 Apr 14) 5780 8 Add command to remove one or more (all) digraphs. (Brown) 5781 7 Support different sets of digraphs (depending on the character set?). At
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_digraph.vim | 1 " Tests for digraphs 4 CheckFeature digraphs 201 " define some custom digraphs 208 " Reset digraphs 410 " define some custom digraphs 417 " Reset digraphs 545 " Built-in digraphs 548 " User-defined digraphs 592 " Make sure user-defined digraphs are defined 599 " We don't know how many digraphs are registered before, so check the number [all …]
|
| H A D | test_cpoptions.vim | 133 CheckFeature digraphs
|
| H A D | test_edit.vim | 581 " Test pressing CTRL-K (basically only dictionary completion and digraphs
|
| /vim-8.2.3635/src/ |
| H A D | digraph.c | 2405 char_u *digraphs; in f_digraph_get() local 2413 digraphs = tv_get_string_chk(&argvars[0]); in f_digraph_get() 2415 if (digraphs == NULL) in f_digraph_get() 2417 else if (STRLEN(digraphs) != 2) in f_digraph_get() 2419 semsg(_(e_digraph_must_be_just_two_characters_str), digraphs); in f_digraph_get() 2422 code = digraph_get(digraphs[0], digraphs[1], FALSE); in f_digraph_get()
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | esperanto_utf-8.vim | 20 " The following digraphs are already defined
|
| /vim-8.2.3635/runtime/ |
| H A D | optwin.vim | 852 if has("digraphs") 853 call <SID>AddOption("digraph", gettext("enable entering digraphs with c1 <BS> c2"))
|
| /vim-8.2.3635/src/po/ |
| H A D | nl.po | 1384 msgid "E196: No digraphs in this version" 1385 msgstr "E196: deze versie bevat geen 'digraphs'"
|