diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-04-08 03:44:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-08 03:44:00 +0200 |
| commit | 11bf89e3b58be1dd534b4ea49b1988150cf7d4b8 (patch) | |
| tree | d13bc141aa3ea8b28c38da091d4cf6af1fcbc040 /runtime/doc/digraph.txt | |
| parent | 943bedfc86abb2c6ac20079c1c3a4baac1bd726e (diff) | |
| parent | ce76dffda46db99f073e4bcc159507024d2bfbe8 (diff) | |
| download | rneovim-11bf89e3b58be1dd534b4ea49b1988150cf7d4b8.tar.gz rneovim-11bf89e3b58be1dd534b4ea49b1988150cf7d4b8.tar.bz2 rneovim-11bf89e3b58be1dd534b4ea49b1988150cf7d4b8.zip | |
Merge #9796 from justinmk/doc
Diffstat (limited to 'runtime/doc/digraph.txt')
| -rw-r--r-- | runtime/doc/digraph.txt | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/runtime/doc/digraph.txt b/runtime/doc/digraph.txt index f05c73d737..95bc3722d0 100644 --- a/runtime/doc/digraph.txt +++ b/runtime/doc/digraph.txt @@ -32,9 +32,6 @@ An alternative is using the 'keymap' option. first character, it has a special meaning in the future. -Vim is normally compiled with the |+digraphs| feature. If the feature is -disabled, the ":digraph" command will display an error message. - Example of the output of ":digraphs": > TH Þ 222 ss ß 223 a! à 224 a' á 225 a> â 226 a? ã 227 a: ä 228 @@ -53,19 +50,6 @@ conversion to be available, it might fail. For the NUL character you will see "10". That's because NUL characters are internally represented with a NL character. When you write the file it will become a NUL character. -When Vim was compiled without the |+multi_byte| feature, you need to specify -the character in the encoding given with 'encoding'. You might want to use -something like this: > - - if has("multi_byte") - digraph oe 339 - elseif &encoding == "iso-8859-15" - digraph oe 189 - endif - -This defines the "oe" digraph for a character that is number 339 in Unicode -and 189 in latin9 (iso-8859-15). - ============================================================================== 2. Using digraphs *digraphs-use* @@ -155,8 +139,7 @@ a standard meaning: Example: a: is ä and o: is ö These are the RFC1345 digraphs for the one-byte characters. See the output of -":digraphs" for the others. The characters above 255 are only available when -Vim was compiled with the |+multi_byte| feature. +":digraphs" for the others. EURO |