commit | bf0acff012c2f75563c20241f1a5478534fe2c7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 09 21:01:59 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 09 21:01:59 2020 +0100 |
tree | 36314cac21d86f36a268dba88028fe4a36f6bfd3 | |
parent | 4ba64418187995c96fc29e4e4f699cecd57013bd [diff] [blame] |
patch 8.2.0108: when sign text is changed a manual redraw is needed Problem: When sign text is changed a manual redraw is needed. (Pontus Lietzler) Solution: Redraw automatically. (closes #5455)
diff --git a/src/version.c b/src/version.c index f15d748..e06dfc6 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 108, +/**/ 107, /**/ 106,