diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-02-17 21:18:32 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-02-17 21:18:32 +0100 |
commit | 4c92e75dd4ddb68dd92a86dd02d53c70dd4af33a (patch) | |
tree | 854789544d45595f5bbd76e86151f5ae42488525 /runtime/doc/digraph.txt | |
parent | a5483448cba6997517003a22a8029f0de1007d0e (diff) | |
download | vim-git-4c92e75dd4ddb68dd92a86dd02d53c70dd4af33a.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/digraph.txt')
-rw-r--r-- | runtime/doc/digraph.txt | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/runtime/doc/digraph.txt b/runtime/doc/digraph.txt index 600692e25..a174d3cfc 100644 --- a/runtime/doc/digraph.txt +++ b/runtime/doc/digraph.txt @@ -1,4 +1,4 @@ -*digraph.txt* For Vim version 8.1. Last change: 2018 Dec 14 +*digraph.txt* For Vim version 8.1. Last change: 2019 Feb 17 VIM REFERENCE MANUAL by Bram Moolenaar @@ -59,18 +59,9 @@ 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). +Example: > + digraph oe 339 +This defines the "oe" digraph for a character that is number 339 in Unicode. ============================================================================== 2. Using digraphs *digraphs-use* @@ -164,8 +155,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 |