commit | 16c31fe1b710e415da676379a5e397afe8bbbd5b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 26 20:58:26 2012 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 26 20:58:26 2012 +0100 |
tree | 82d7f8ea25d75440fa1da0c76c5aa7d60917f519 | |
parent | 7d550fbde5e1a9f40258b842a63be6007c3bd515 [diff] [blame] |
updated for version 7.3.420 Problem: "it" and "at" don't work properly with a dash in the tag name. Solution: Require a space to match the tag name. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 8f5052b..9f31983 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 420, +/**/ 419, /**/ 418,