vim-patch:7.4.2222

Problem:    Sourcing a script where a character has 0x80 as a second byte does
            not work. (Filipe L B Correia)
Solution:   Turn 0x80 into K_SPECIAL KS_SPECIAL KE_FILLER. (Christian
            Brabandt, closes vim/vim#728)  Add a test case.

6bff02eb53
This commit is contained in:
James McCoy
2017-03-10 21:22:42 -05:00
parent 564e9dc17f
commit eaf1f9b9dc
5 changed files with 78 additions and 68 deletions

View File

@@ -218,7 +218,7 @@ static int included_patches[] = {
2225,
// 2224,
// 2223,
// 2222,
2222,
// 2221,
2220,
2219,