commit | 6e450a57541676036203a72d40b2e604e938371e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 06 20:03:58 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 06 20:03:58 2017 +0100 |
tree | 4395ea731b069008270ed86e20cc3d0e3c8c983e | |
parent | 287266527abc163e191a06dd70518bbbdab4468f [diff] [blame] |
patch 8.0.0147: searchpair() fails when 'magic' is off Problem: searchpair() does not work when 'magic' is off. (Chris Paul) Solution: Add \m in the pattern. (Christian Brabandt, closes #1341)
diff --git a/src/version.c b/src/version.c index 775f7df..bd0220f 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 147, +/**/ 146, /**/ 145,