commit | f6f32c38bf3319144a84a01a154c8c91939e7acf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 19:03:59 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 19:03:59 2016 +0100 |
tree | efc1285b32b8d994767094aab02e25639191da89 | |
parent | b4ebf9ae3b93d082ab3b9f4aab2f6729f77fa46a [diff] [blame] |
patch 7.4.1546 Problem: Sticky type checking is more annoying than useful. Solution: Remove the error for changing a variable type.
diff --git a/src/version.c b/src/version.c index 0652ab8..fc9cebe 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1546, +/**/ 1545, /**/ 1544,