commit | 394c5d8870b15150fc91a4c058dc571fd5eaa97e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 17 21:48:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 17 21:48:05 2019 +0200 |
tree | 7b94cca5df86c565532c52fa6e5c28b4d4b80645 | |
parent | 6e5000d493b4f385f901eb97f3ce0c8088373403 [diff] [blame] |
patch 8.1.1564: sign column takes up space Problem: Sign column takes up space. (Adam Stankiewicz) Solution: Optionally put signs in the number column. (Yegappan Lakshmanan, closes #4555, closes #4515)
diff --git a/src/version.c b/src/version.c index 7c9a227..5831e33 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1564, +/**/ 1563, /**/ 1562,