commit | d6bcff457799e491c3d27880858ec08e758e1849 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 18 12:48:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 18 12:48:16 2019 +0200 |
tree | 95feb37a6a42fc4fc478eb6b9bd68b7d74bd8e8c | |
parent | acf7544cf62227972eeb063d6d9ecddaa5682a73 [diff] [blame] |
patch 8.1.1712: signs in number column cause text to be misaligned Problem: Signs in number column cause text to be misaligned. Solution: Improve alignment. (Yasuhiro Matsumoto, closes #4694)
diff --git a/src/version.c b/src/version.c index 6c6550b..a6d1492 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1712, +/**/ 1711, /**/ 1710,