diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-08-01 16:45:37 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-08-01 16:51:53 +0200 |
commit | 47b4eb110da8dfab1fca51ce4cc68b224d85b966 (patch) | |
tree | 0d473109bee0f447d6f0e4eef33f46cb865e11df /runtime/doc/digraph.txt | |
parent | 87140f234ac1f152f6f273dee5ab1e42c7b1d78b (diff) | |
download | rneovim-47b4eb110da8dfab1fca51ce4cc68b224d85b966.tar.gz rneovim-47b4eb110da8dfab1fca51ce4cc68b224d85b966.tar.bz2 rneovim-47b4eb110da8dfab1fca51ce4cc68b224d85b966.zip |
vim-patch:4c92e75dd4dd
Update runtime files.
https://github.com/vim/vim/commit/4c92e75dd4ddb68dd92a86dd02d53c70dd4af33a
vim-patch:c854898881c0
Revert change accidentally included in runtime file updates. Closes vim/vim#3998.
https://github.com/vim/vim/commit/c854898881c02259f90170f210bf65bbd20cc1fc
Diffstat (limited to 'runtime/doc/digraph.txt')
-rw-r--r-- | runtime/doc/digraph.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/digraph.txt b/runtime/doc/digraph.txt index 953a65f125..b106e625f2 100644 --- a/runtime/doc/digraph.txt +++ b/runtime/doc/digraph.txt @@ -50,6 +50,10 @@ 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. +Example: > + digraph oe 339 +This defines the "oe" digraph for a character that is number 339 in Unicode. + ============================================================================== 2. Using digraphs *digraphs-use* |