mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 17:28:23 +00:00
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!.
eae8ae1b2b
This commit is contained in:
@@ -10010,10 +10010,11 @@ static void ex_setfiletype(exarg_T *eap)
|
||||
|
||||
static void ex_digraphs(exarg_T *eap)
|
||||
{
|
||||
if (*eap->arg != NUL)
|
||||
if (*eap->arg != NUL) {
|
||||
putdigraph(eap->arg);
|
||||
else
|
||||
listdigraphs();
|
||||
} else {
|
||||
listdigraphs(eap->forceit);
|
||||
}
|
||||
}
|
||||
|
||||
static void ex_set(exarg_T *eap)
|
||||
|
Reference in New Issue
Block a user