diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-10-06 08:03:47 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-10-06 09:43:39 -0400 |
commit | d1abd6513e95a41e41ad570038310087e97f3bb1 (patch) | |
tree | 4d7729f81f952db003443111189d5d4f2f75e977 /runtime/doc/digraph.txt | |
parent | b007e5d8820c613606bdc3afcb49d7eecc14ea0b (diff) | |
download | rneovim-d1abd6513e95a41e41ad570038310087e97f3bb1.tar.gz rneovim-d1abd6513e95a41e41ad570038310087e97f3bb1.tar.bz2 rneovim-d1abd6513e95a41e41ad570038310087e97f3bb1.zip |
vim-patch:8.1.0586: :digraph output is not easy to read
Problem: :digraph output is not easy to read.
Solution: Add highlighting for :digraphs. (Marcin Szamotulski, closes vim/vim#3572)
Also add section headers for :digraphs!.
https://github.com/vim/vim/commit/eae8ae1b2b4e532b125077d9838b70d966891be3
Diffstat (limited to 'runtime/doc/digraph.txt')
-rw-r--r-- | runtime/doc/digraph.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/digraph.txt b/runtime/doc/digraph.txt index b106e625f2..7f807b5eee 100644 --- a/runtime/doc/digraph.txt +++ b/runtime/doc/digraph.txt @@ -20,7 +20,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 |