commit | 641e28615398a960b810ec53a50398a63a3d2f68 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 25 15:06:34 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 25 15:06:34 2012 +0200 |
tree | 51198f8718c97245aad3e1a666e97c966df07341 | |
parent | 058bdcfd5d7f2fd0945e3cb9c84cab514cd95fb9 [diff] [blame] |
updated for version 7.3.610 Problem: Cannot operate on the text that a search pattern matches. Solution: Add the "gn" and "gN" commands. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 397d9b0..9ce83e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 610, +/**/ 609, /**/ 608,