summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-12 19:03:59 +0100
committerBram Moolenaar <Bram@vim.org>2016-03-12 19:03:59 +0100
commitf6f32c38bf3319144a84a01a154c8c91939e7acf (patch)
treeefc1285b32b8d994767094aab02e25639191da89 /src/version.c
parentb4ebf9ae3b93d082ab3b9f4aab2f6729f77fa46a (diff)
patch 7.4.1546v7.4.1546
Problem: Sticky type checking is more annoying than useful. Solution: Remove the error for changing a variable type.
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 0652ab8d47..fc9cebea1b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -744,6 +744,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1546,
+/**/
1545,
/**/
1544,