commit | 8a0f3c78fede1a9e27973e0c2458afcd0c189c9c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 29 12:55:32 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 29 12:55:32 2012 +0200 |
tree | 51f3640564d7a829350471345c7922727b093c5c | |
parent | a07c831bef5d6719a5c02fb43fc4b6dc72c8869b [diff] [blame] |
updated for version 7.3.618 Problem: Still doesn't compile with small features. Solution: Move current_search() out of #ifdef. (Dominique Pelle)
diff --git a/src/version.c b/src/version.c index f3b1435..94a2b5c 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 618, +/**/ 617, /**/ 616,