diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-02-03 13:16:04 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-02-03 13:16:04 +0100 |
commit | b641df49655bb34762b44aa8c6e03e5f464f73d6 (patch) | |
tree | b9800dc3fcfb2c4f7b24167937ad21bb8b1940d5 /src/version.c | |
parent | 016154919e317a8ce2b7f2e33db2f39ca3a8edb9 (diff) | |
download | vim-b641df49655bb34762b44aa8c6e03e5f464f73d6.zip |
updated for version 7.4.611
Problem: Syntax error.
Solution: Change statement to return.
Diffstat (limited to 'src/version.c')
-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 5f6af8c85..a35367fec 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 */ /**/ + 611, +/**/ 610, /**/ 609, |