vim-patch:7.4.1783

Problem:    The old regexp engine doesn't handle character classes correctly.
            (Manuel Ortega)
Solution:   Use regmbc() instead of regc().  Add a test.

af98a49dd0
This commit is contained in:
Michael Ennen
2016-12-21 16:08:51 -07:00
parent 415495273c
commit e8ccaa7a52
3 changed files with 91 additions and 23 deletions

View File

@@ -657,7 +657,7 @@ static int included_patches[] = {
// 1786 NA
// 1785,
// 1784 NA
// 1783,
1783,
1782,
// 1781,
1780,