commit | c5f98ee987ae0c369867cf6cc581c766d3c0226d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 00:00:35 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 00:00:35 2016 +0100 |
tree | 7e0433e2c05fbd7695b76ddc27428ec4628a3fcf | |
parent | 1701481c53f4e6756038c9c00d51d491a8f42c65 [diff] [blame] |
patch 7.4.1273 Problem: assert_false(v:false) still fails. Solution: Fix the typo.
diff --git a/src/version.c b/src/version.c index fc373c0..9d02580 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1273, +/**/ 1272, /**/ 1271,