commit | d955a0971cb4207e466ad40e78138d71052e1758 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 22:14:09 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 26 22:14:09 2016 +0200 |
tree | d5258839633aa48f2e378ce4fcce0e380aea1ce1 | |
parent | ac77aec4daea8d73468fcf4690cb4ccab1d807ed [diff] [blame] |
patch 7.4.2107 Problem: Misplaced equal sign. Solution: Remove it.
diff --git a/src/version.c b/src/version.c index cdcb426..26126b8 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2107, +/**/ 2106, /**/ 2105,