commit | c79d6aa01d86cd98cffddc80825c1c600e833bbf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 22:27:37 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 22:27:37 2016 +0200 |
tree | c1766eebeab445ffaa60e758545384755caec0ac | |
parent | 3e496b0ea31996b665824f45664dee1fdd73c4d0 [diff] [blame] |
patch 8.0.0013 Problem: Missing comma in list. Solution: Add the comma.
diff --git a/src/version.c b/src/version.c index 695c281..0fe28ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 13, +/**/ 12, /**/ 11,