mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
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:
@@ -218,7 +218,7 @@ static int included_patches[] = {
|
||||
2225,
|
||||
// 2224,
|
||||
// 2223,
|
||||
// 2222,
|
||||
2222,
|
||||
// 2221,
|
||||
2220,
|
||||
2219,
|
||||
|
Reference in New Issue
Block a user