summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-07-12 19:22:22 +0200
committerBram Moolenaar <Bram@vim.org>2019-07-12 19:22:22 +0200
commit0231f8312b11a259d9cb550f3318895f6b4d76be (patch)
treebc5ecdd070c2c1a7df89da42dcb27c6ed00e259f /src/version.c
parentefef9fea7227e259e1ec073ab7dbfb5670711d74 (diff)
patch 8.1.1670: sign column not always properly alignedv8.1.1670
Problem: Sign column not always properly aligned. Solution: Use "col" only after it was calculated. (Yee Cheng Chin, closes #4649)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index ec0f7a029e..b5504b1870 100644
--- a/src/version.c
+++ b/src/version.c
@@ -778,6 +778,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1670,
+/**/
1669,
/**/
1668,