diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-05-18 21:54:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-05-18 21:54:13 +0200 |
commit | 1763969e5cffc506a4966de9082eb0d7864c6427 (patch) | |
tree | 91c4401a57cb17dd35c77cbf6f308983dc54e3cf /src/version.c | |
parent | 8e52a593765172de0f4d98a849d6d89d024b971e (diff) | |
download | vim-1763969e5cffc506a4966de9082eb0d7864c6427.zip |
updated for version 7.3.524
Problem: Missing comma.
Solution: Add the comma.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/version.c b/src/version.c index 82672b1d1..6878ef2a1 100644 --- a/src/version.c +++ b/src/version.c @@ -715,7 +715,9 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ - 523 + 524, +/**/ + 523, /**/ 522, /**/ |