commit | 548be7f126dc57ca861cb26dc6492c3b2a9e2c99 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 29 03:42:42 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 29 03:42:42 2019 +0200 |
tree | 0cb3d5f33bab047d5612c5b29196db5e3ffe886a | |
parent | 4340fc95d50518c6eb199107e5f1144f210c7ee5 [diff] [blame] |
patch 8.1.1606: on a narrow screen ":hi" output is confusing Problem: On a narrow screen ":hi" output is confusing. Solution: Insert a space between highlight group name and "xxx". (Masato Nishihaga, closes #4599)
diff --git a/src/version.c b/src/version.c index 53c3c66..aa0b8be 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1606, +/**/ 1605, /**/ 1604,