mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +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:
@@ -758,7 +758,7 @@ return {
|
||||
},
|
||||
{
|
||||
command='digraphs',
|
||||
flags=bit.bor(EXTRA, TRLBAR, CMDWIN),
|
||||
flags=bit.bor(BANG, EXTRA, TRLBAR, CMDWIN),
|
||||
addr_type=ADDR_LINES,
|
||||
func='ex_digraphs',
|
||||
},
|
||||
|
Reference in New Issue
Block a user