Home
last modified time | relevance | path

Searched refs:digraphs (Results 1 – 25 of 66) sorted by relevance

123

/vim-8.2.3635/runtime/doc/
H A Dft_raku.txt23 (: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 Ddigraph.txt17 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 Dusr_24.txt541 (©). 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 Dos_amiga.txt30 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 Dos_haiku.txt159 :digraphs
H A Dhelp.txt164 |digraph.txt| list of available digraphs
H A Dvarious.txt367 N *+digraphs* |digraphs| *E196*
H A Dusr_45.txt328 can use digraphs. This was already explained in |24.9|.
H A Dtags1314 +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 Deval.txt4307 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 Dvi_diff.txt717 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 Dquickref.txt319 |:dig| :dig[raphs] show current list of digraphs
683 'digraph' 'dg' enable the entering of digraphs in Insert mode
H A Dchange.txt301 like |digraphs|. First type CTRL-K and then the two digraph characters.
302 {not available when compiled without the |+digraphs| feature}
H A Dindex.txt1285 |:digraphs| :dig[raphs] show or enter digraphs
H A Dcmdline.txt136 enter digraph (see |digraphs|). When {char1} is a special
H A Dmbyte.txt401 (others through digraphs, keymaps, etc.); in a
H A Dversion6.txt21 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 Dtodo.txt870 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 Dtest_digraph.vim1 " 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 Dtest_cpoptions.vim133 CheckFeature digraphs
H A Dtest_edit.vim581 " Test pressing CTRL-K (basically only dictionary completion and digraphs
/vim-8.2.3635/src/
H A Ddigraph.c2405 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 Desperanto_utf-8.vim20 " The following digraphs are already defined
/vim-8.2.3635/runtime/
H A Doptwin.vim852 if has("digraphs")
853 call <SID>AddOption("digraph", gettext("enable entering digraphs with c1 <BS> c2"))
/vim-8.2.3635/src/po/
H A Dnl.po1384 msgid "E196: No digraphs in this version"
1385 msgstr "E196: deze versie bevat geen 'digraphs'"

123