commit | 95ec9d6a6ab3117d60ff638670a803d43974ba51 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 18:29:59 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 12 18:29:59 2016 +0200 |
tree | c4bb7a90165db973560e11a681665cce6c60e8d3 | |
parent | d823fa910cca43fec3c31c030ee908a14c272640 [diff] [blame] |
patch 7.4.2201 Problem: The sign column disappears when the last sign is deleted. Solution: Add the 'signcolumn' option. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 66648d2..58893c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2201, +/**/ 2200, /**/ 2199,