1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-01-06 20:03:58 +01:00
parent 287266527a
commit 6e450a5754
3 changed files with 21 additions and 4 deletions

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
147,
/**/
146,
/**/