commit | dfdf3c446f387b66b3d3391533ab7644a8508f9b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 23 18:22:46 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 23 18:22:46 2010 +0100 |
tree | 7404010c9af0489d8cfc1ac9fa63251984ce12ae | |
parent | 63fa526b50fffe510c26b336ee09e9ee5cf2ed5f [diff] [blame] |
updated for version 7.2.411 Problem: When parsing 'cino' a comma isn't skipped properly. Solution: Skip the comma. (Lech Lorens)
diff --git a/src/version.c b/src/version.c index 9cff4ce..ef9b5ed 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 411, +/**/ 410, /**/ 409,