diff options
author | cbarrete <62146989+cbarrete@users.noreply.github.com> | 2021-07-08 03:51:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 18:51:40 -0700 |
commit | bd7a0b46a9daefe36e914136d6ce347a76efc57d (patch) | |
tree | 1c3f19980d8e154dd915b794d1982a133b10fc69 /runtime/doc/digraph.txt | |
parent | 4547137aaff32b20172870a549d3a28a3c7adf1c (diff) | |
download | rneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.tar.gz rneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.tar.bz2 rneovim-bd7a0b46a9daefe36e914136d6ce347a76efc57d.zip |
doc: remove mentions of compile-time flags #14935
Nvim always compiles everything in so those are useless at best and
confusing at worst.
Diffstat (limited to 'runtime/doc/digraph.txt')
-rw-r--r-- | runtime/doc/digraph.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/runtime/doc/digraph.txt b/runtime/doc/digraph.txt index b7dc16341d..dd7e9a331a 100644 --- a/runtime/doc/digraph.txt +++ b/runtime/doc/digraph.txt @@ -165,7 +165,7 @@ ROUBLE The rouble sign was added in 2014 as 0x20bd. Vim supports the digraphs =R and =P for this. Note that R= and P= are other characters. - *digraph-table* + *digraph-table* *digraph-table-mbyte* char digraph hex dec official name ~ ^@ NU 0x00 0 NULL (NUL) ^A SH 0x01 1 START OF HEADING (SOH) @@ -341,12 +341,6 @@ $ DO 0x24 36 DOLLAR SIGN ý y' 0xfd 253 LATIN SMALL LETTER Y WITH ACUTE þ th 0xfe 254 LATIN SMALL LETTER THORN (Icelandic) ÿ y: 0xff 255 LATIN SMALL LETTER Y WITH DIAERESIS - -If your Vim is compiled with |multibyte| support and you are using a multibyte -'encoding', Vim provides this enhanced set of additional digraphs: - - *digraph-table-mbyte* -char digraph hex dec official name ~ Ā A- 0100 0256 LATIN CAPITAL LETTER A WITH MACRON ā a- 0101 0257 LATIN SMALL LETTER A WITH MACRON Ă A( 0102 0258 LATIN CAPITAL LETTER A WITH BREVE |