commit | adc17a5f9d207fd1623fd923457a46efc9214777 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 06 18:37:51 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 06 18:37:51 2020 +0200 |
tree | 9c80498c748b98ef43576c925ee9646a78cecb53 | |
parent | d8df304c59040ef6689a1e4af1dac27ce566909e [diff] [blame] |
patch 8.2.0915: search() cannot skip over matches like searchpair() can Problem: Search() cannot skip over matches like searchpair() can. Solution: Add an optional "skip" argument. (Christian Brabandt, closes #861)
diff --git a/src/version.c b/src/version.c index 7a4afff..965877d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 915, +/**/ 914, /**/ 913,