commit | cbf20fbcd3e9bb006f694bcc35da859930fb12a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 03 21:19:04 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 03 21:19:04 2017 +0100 |
tree | 93a6095bdf34946dcb6a39587d27c48a0f61021e | |
parent | 03ff9bcbc968f7d306e4a4e334e226fdde62ca82 [diff] [blame] |
patch 8.0.0298: Ex command range with repeated search does not work Problem: Ex command range with repeated search does not work. (Bruce DeVisser) Solution: Skip over \/, \? and \&.
diff --git a/src/version.c b/src/version.c index c85a57f..93a59cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 298, +/**/ 297, /**/ 296,