diff options
author | James McCoy <jamessan@jamessan.com> | 2017-03-10 21:22:42 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-03-11 20:32:27 -0500 |
commit | eaf1f9b9dc62b2201fa54374a88029de1b3f94fb (patch) | |
tree | 6492d34391179a42505d237cd375a67404c0ac29 /src/nvim/version.c | |
parent | 564e9dc17fd53ab6cb1bc63a55dba2df9538a31f (diff) | |
download | rneovim-eaf1f9b9dc62b2201fa54374a88029de1b3f94fb.tar.gz rneovim-eaf1f9b9dc62b2201fa54374a88029de1b3f94fb.tar.bz2 rneovim-eaf1f9b9dc62b2201fa54374a88029de1b3f94fb.zip |
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
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |