commit | 4dff4aed09d2b0d570ca0d19de9cb08bdf03e695 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 19 16:31:28 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 19 16:31:28 2019 +0200 |
tree | f5766d4cd30da11862e47d4ebda66eb546b77392 | |
parent | bf8c3adef21c24a9bf2c1a93042a096ea8d8b2e1 [diff] [blame] |
patch 8.1.1570: icon signs not displayed properly in the number column Problem: Icon signs not displayed properly in the number column. Solution: Display them properly. (Yegappan Lakshmanan, closes #4559)
diff --git a/src/version.c b/src/version.c index 7e97f91..d71b86e 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1570, +/**/ 1569, /**/ 1568,