diff options
| author | Bram Moolenaar <Bram@vim.org> | 2017-01-06 20:03:58 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2017-01-06 20:03:58 +0100 |
| commit | 6e450a57541676036203a72d40b2e604e938371e (patch) | |
| tree | 4395ea731b069008270ed86e20cc3d0e3c8c983e /src/version.c | |
| parent | 287266527abc163e191a06dd70518bbbdab4468f (diff) | |
| download | vim-git-8.0.0147.tar.gz | |
patch 8.0.0147: searchpair() fails when 'magic' is offv8.0.0147
Problem: searchpair() does not work when 'magic' is off. (Chris Paul)
Solution: Add \m in the pattern. (Christian Brabandt, closes #1341)
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 775f7df21..bd0220ff6 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 147, +/**/ 146, /**/ 145, |
