vim-patch:7.4.1700

Problem:    Equivalence classes are not properly tested.
Solution:   Add tests for multi-byte and latin1. Fix an error. (Owen Leibman)

22e421549d

src/regexp.c changes weren't applied because they're specific to EBCDIC
handling, which has been dropped from nvim.

The latin1-specific tests were also removed since neovim intends to
remove the ability to have 'encoding' set to anything other than utf8.
This commit is contained in:
James McCoy
2016-08-16 21:47:54 -04:00
parent 71b3e20d0f
commit 35ddcc5bb4
3 changed files with 35 additions and 1 deletions

View File

@@ -577,7 +577,7 @@ static int included_patches[] = {
1703,
// 1702,
// 1701,
// 1700,
1700,
// 1699,
// 1698 NA
// 1697,