commit | eae8ae1b2b4e532b125077d9838b70d966891be3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 14 18:53:02 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 14 18:53:02 2018 +0100 |
tree | eb6c5f10a8e0315d03a6a0988a56f64fe61b5651 | |
parent | 56242f2b08737677812513c447955579a19aa620 [diff] [blame] |
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 #3572) Also add section headers for :digraphs!.
diff --git a/src/version.c b/src/version.c index 2c8b3ac..9e3f720 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 586, +/**/ 585, /**/ 584,