From eaf1f9b9dc62b2201fa54374a88029de1b3f94fb Mon Sep 17 00:00:00 2001 From: James McCoy Date: Fri, 10 Mar 2017 21:22:42 -0500 Subject: 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. https://github.com/vim/vim/commit/6bff02eb530aa29aafa2cb5627399837be7a5dd5 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index d99971b70d..8e8072bf29 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -218,7 +218,7 @@ static int included_patches[] = { 2225, // 2224, // 2223, - // 2222, + 2222, // 2221, 2220, 2219, -- cgit