commit | 0231f8312b11a259d9cb550f3318895f6b4d76be | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 19:22:22 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 12 19:22:22 2019 +0200 |
tree | bc5ecdd070c2c1a7df89da42dcb27c6ed00e259f | |
parent | efef9fea7227e259e1ec073ab7dbfb5670711d74 [diff] [blame] |
patch 8.1.1670: sign column not always properly aligned Problem: Sign column not always properly aligned. Solution: Use "col" only after it was calculated. (Yee Cheng Chin, closes #4649)
diff --git a/src/version.c b/src/version.c index ec0f7a0..b5504b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1670, +/**/ 1669, /**/ 1668,