diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-11-21 17:15:33 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-11-21 17:15:33 +0100 |
commit | 7487792ab14c1fb8dbdb37bdd74265d8b1d3be50 (patch) | |
tree | e9cbb014a802fdab0ef53d198053d5e142cb6e44 /src | |
parent | e4eda3bc7157932b0bf380fd3fdc1ba8f4438b60 (diff) | |
download | vim-git-7487792ab14c1fb8dbdb37bdd74265d8b1d3be50.tar.gz |
patch 7.4.934v7.4.934
Problem: Appveyor also builds on a tag push.
Solution: Add a skip_tags line. (Kenichi Ito, closes #489)
Diffstat (limited to 'src')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f43cad884..634658750 100644 --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 934, +/**/ 933, /**/ 932, |