commit | ef795d1a5bb39a7cc74e7e36075a47afbfa75901 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 18 16:46:32 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 18 16:46:32 2015 +0100 |
tree | b6b6a2d8fe4c1cac01a796a61730baee65eafea9 | |
parent | 7cbc703fdc7be3b5c0c83afe8362885b920aa132 [diff] [blame] |
updated for version 7.4.582 Problem: Can't match "%>80v" properly. (Axel Bender) Solution: Correctly handle ">". (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 4e8559c..57089fa 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 582, +/**/ 581, /**/ 580,