Skip to content

Commit

Permalink
patch 8.1.0586: :digraph output is not easy to read
Browse files Browse the repository at this point in the history
Problem:    :digraph output is not easy to read.
Solution:   Add highlighting for :digraphs. (Marcin Szamotulski, closes #3572)
            Also add section headers for :digraphs!.
  • Loading branch information
brammool committed Dec 14, 2018
1 parent 56242f2 commit eae8ae1
Show file tree
Hide file tree
Showing 6 changed files with 170 additions and 73 deletions.
4 changes: 3 additions & 1 deletion runtime/doc/digraph.txt
Expand Up @@ -24,7 +24,9 @@ An alternative is using the 'keymap' option.
1. Defining digraphs *digraphs-define*

*:dig* *:digraphs*
:dig[raphs] show currently defined digraphs.
:dig[raphs][!] Show currently defined digraphs.
With [!] headers are used to make it a bit easier to
find a specific character.
*E104* *E39*
:dig[raphs] {char1}{char2} {number} ...
Add digraph {char1}{char2} to the list. {number} is
Expand Down

0 comments on commit eae8ae1

Please sign in to comment.