summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-01-23 16:52:01 +0100
committerBram Moolenaar <Bram@vim.org>2020-01-23 16:52:01 +0100
commit2c02d3843a103826a3eb44357eaab09b7deb256b (patch)
tree73ba1097bf191846c56a304cdeb1126d311bae89 /src/version.c
parentc2a60ae10e7badad9186de59a9994fc8c9f539e0 (diff)
downloadvim-git-2c02d3843a103826a3eb44357eaab09b7deb256b.tar.gz
patch 8.2.0145: using #error for compilation errors should be OK nowv8.2.0145
Problem: Using #error for compilation errors should be OK now. Solution: Use #error. (Ken Takata, closes #5299)
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 2b0e7af4a..fda985ff3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 145,
+/**/
144,
/**/
143,